-
1. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
kerrishottsJul 12, 2016 1:22 PM (in response to mkih40437034)
I fail to see why that link indicates that PGB works with hooks -- it's just a link to some (old) documentation relating to PhoneGap in a staging area. PhoneGap and PhoneGap Build are not one and the same. Note that if you look at the current PhoneGap Build documentation, hooks are never mentioned. (PhoneGap Build | PhoneGap Docs )
Last I knew, hooks are not supported by PhoneGap Build. Note that I'm not staff, but if I'm wrong, they are free to correct me.
-
2. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
Gary__F Jul 27, 2016 9:46 AM (in response to mkih40437034)UrlGenius looks clever but the website doesn't explain how it can cause a PGB app to open. It's free for up to 50K clicks/month but then costs $500/month.A lot of cash for apps that aren't monetized. If UrlGenius closes down then all the apps depending on it for deep linking will be in trouble.
There has to be a self-contained solution for PGB devs, surely?
-
3. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
mkih40437034 Jul 28, 2016 2:32 AM (in response to Gary__F)I don't want to use a third-party service for deeplinking. Waiting for PGB service to support it then.
-
4. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
Kim ras Aug 28, 2016 7:38 AM (in response to mkih40437034)Hi,
I have not been able to find any Universal link plugins that actually run if using Phonegap, as iot need the entitlement file created.. So any of the 3rd party solutions I have looked as is no good neither..
Please provide a manual way to supply file.
thanks in advance
Kim
-
5. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
mkih40437034 Aug 29, 2016 6:52 AM (in response to Kim ras)If a manual way of adding/editing the entitlements file for deep-linking exists with PGB, would be a good workaround atm.
-
6. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
michaelp48967866 Sep 15, 2016 2:42 AM (in response to mkih40437034)Some news about this request?
It's will be great to have a procedure to enable universal link with phonegap build... plz
-
7. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
rafaeld61186176 Oct 12, 2016 3:25 AM (in response to mkih40437034)Same problem here !
-
8. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
YoavZibin Oct 12, 2016 7:38 AM (in response to mkih40437034)I'm also looking to support universal links on Android & iOS and found only the above plugin:
cordova-universal-links-plugin
I'm using gradle (not PGB):
preference name="android-build-tool" value="gradle"
But it's still not working.
My config.xml is here:
https://github.com/yoav-zibin/phonegap-tictactoe/blob/gh-pages/www/config.xml
Phonegap build added correctly the plugin, and I opened the APK file and I see
assets/www/cordova-universal-links-plugin/
but when I looked in the manifest I was expecting to see:
<intent-filter android:autoVerify="true">
but it's not there.
Did anyone managed to get that plugin (cordova-universal-links-plugin ) to work with phonegap build?
-
9. Re: Universal links iOS 9 (deep-linking) with Phonegap Build
vimifyd79368427 Oct 13, 2016 11:53 AM (in response to mkih40437034)Interesting discussion here... There might be a way to get Universal Links plugin working on Phonegap build without build hooks...