Not receiving metadata
See original GitHub issueGreetings,
I have used this SDK for integrating Branch in a Unity application and I am having some issues in iOS currently with retrieving metadata from BranchUniversalObject. I have tested some scenarios and will show below what they are: 1- I tested Branch integration without enabling Associated Domains and in this case the app did not open automatically when clicking the link(as expected), but when i than open the app manually from the apps menu than it does recognize that there was some deeplinking metadata to receive and it does receive the metadata. 2- I tested Branch integration with enabling Associated Domains and in this case when clicking the link it opens the app but the strange thing is that it does not receive the metadata.
I am not able to understand now why do I not get metadata when Associated Domains is enabled?
The params I get from CallbackWithBranchUniversalObject are these for each case respectively:
1- {"$canonical_identifier":"","$canonical_url":"","$og_title":"","$og_description":"","$og_image_url":"","$content_type":"","$publicly_indexable":"0","$exp_date":"0","$keywords":[],"metadata":{"shareId":"e70796569ac32dd5e270167d3efa5d37"}}{"~tags":[],"~feature":"","~alias":"","~channel":"","~stage":"","~duration":"0","control_params":{}}
2-{"$canonical_identifier":"","$canonical_url":"","$og_title":"","$og_description":"","$og_image_url":"","$content_type":"","$publicly_indexable":"0","$exp_date":"0","$keywords":[],"metadata":{}}{"~tags":[],"~feature":"","~alias":"","~channel":"","~stage":"","~duration":"0","control_params":{}}
I need some assistance to understand why do I not get the “shareId” contextual deeplinking data in the second implementation(that is how it should be implemented by the documentation)?
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (5 by maintainers)
Top GitHub Comments
@dustinkerstein , I will receive DayDream with galaxy s8 tomorrow or the day after tomorrow, and then I will test internal integration and external VR plugins. Thanks for info.
Look at #95