Skip to content
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

Unable to get working with phonegap build #386

Closed
fab-hw opened this issue Oct 31, 2017 · 2 comments
Closed

Unable to get working with phonegap build #386

fab-hw opened this issue Oct 31, 2017 · 2 comments

Comments

@fab-hw
Copy link

fab-hw commented Oct 31, 2017

Hi there - very interested in getting this working. However I have been unable to get going with our phonegap app - I have followed the instructions to the letter, but when clicking the link it just goes to our default URL, it doesn't open the app. We're using side loaded apps on real devices to test this, as we're using phonegap build. Is Phonegap Build supported? I have tried Android 7.0.1 and iOS 10.3.3 and neither works.

Thanks

@ethanneff
Copy link
Contributor

Thanks for reaching out!

Unfortunately, PhoneGap Build is not compatible with the Branch Cordova SDK (docs).

PhoneGap Build prevents Cordova plugin hooks (phonegap/build#425 (comment)). Instead of allowing Cordova to inject code, PhoneGap Build creates the apps (.ipa and .apk) from the PhoneGap servers. They do this to prevent the need of Xcode and Android Studio. However, this process bypasses the normal operations of cordova build ios && cordova run ios which the Branch Cordova SDK depends on. We need these operations because they call our Cordova hooks to inject deep linking functionality into the info.plist and AndroidManifest.xml of your apps. Since PhoneGap Build prevents our injections, we cannot enable Entitlements, Universal Linking, URI Schemes, and App Links.

If you are still interested in using the Branch Cordova SDK, the PhoneGap CLI is still supported by us.

Thanks,

@valentinvoilean
Copy link

Can someone please update the repository name to avoid any confusion related to phonegap ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants