-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification regarding "You must launch the app through Xcode for iOS" #271
Comments
Hello @adityasaxena, The reason for The As long as your App has the Regards, |
Hi @ethanneff My developmentTeam parameter in Cordova works fine in Xcode8. Infact, I get something in the Team dropdown. However, I still cannot get the deeplink to open my App. When I run from the command line, the universal link does not open the app. In validator, what I see is this - When I open the same project in XCode, and then run the app on my device, everything works fine - The only difference between the two you may ask? - well, nothing except the second one I ran from Xcode. And, I don't see the Team dropdown empty like you mentioned in your screenshot. I am not sure what am I doing wrong. |
Hello @adityasaxena, To clarify: The As long your app has a You will need to make sure whenever you are creating your Best, |
Hi @ethanneff For me: The How do I say that? I say that because after running |
I'm noticing the same thing. The buttons all update as though the app is installed, but clicking on the link fails. Are there anything I can look at to resolve? Thanks! |
…sing Xcode as described by BranchMetrics#271 Cordova has introduced the ability for the user to define their entitlements files: apache/cordova-ios@b5fb016 The provide the base files and you can overwrite for your project. These files get created for the iOS build at: <app name>/platforms/ios/<app name>/Entitlements-<release type>.plist Currently the cordova-ionic-phonegap-branch-deep-linking hook code updates: <app name>/platforms/ios/build/device/<app name>.app/<app name>.entitlements But misses the new entitlement files that the user can provide. If these files are updated by the branchio hook then one can have a reliable means for using cordova in build systems to push out application updates to the user without manual intervention of Xcode.
The latest version of the Branch SDK no longer needs |
Hi. This line in the documentation
You must launch the app through Xcode for iOS
- does it mean that I cannot give the app to my users on an enterprise account and expect the universal links to work? If so, how do I test the functionality where all my beta test users are located in different countries. Please advise. Cheers!The text was updated successfully, but these errors were encountered: