Page 1 of 2
PhoneGap BoltsFramerwork integration
Posted: Fri Jun 27, 2014 11:59 pm
by Bachi
Hi,
I'm lately intrigued about the Facebook's new feature Applinks.org which can be implemented by using PhoneGap version BoltsFramework downloads from GitHub and URL scheme.
Would you recommend how to integrate this with Appery or at least tell me if there is any tutorial or documentation I can follow with similar plugin.
I apologize if my writing isn't clear enough, please try to understand what I'm trying say.
Thank you so much in advance.
PhoneGap BoltsFramerwork integration
Posted: Sat Jun 28, 2014 4:06 am
by obullei
Hello Bachi!
Please look here: http://devcenter.appery.io/tutorials/...
You can find here a lot of useful information.
PhoneGap BoltsFramerwork integration
Posted: Sat Jun 28, 2014 4:07 am
by obullei
Hello!
Please look here:http://devcenter.appery.io/tutorials/...
It should b useful.
PhoneGap BoltsFramerwork integration
Posted: Sat Jun 28, 2014 5:06 am
by Bachi
I don't think this is the solution for this problem.
PhoneGap BoltsFramerwork integration
Posted: Sat Jun 28, 2014 5:44 am
by Alena Prykhodko
Hello Bachi,
You can find how to integrate plugin here http://devcenter.appery.io/documentat...
PhoneGap BoltsFramerwork integration
Posted: Sat Jun 28, 2014 9:09 am
by Bachi
Alena,
This might work and so I'll you know soon.
Thank you,
PhoneGap BoltsFramerwork integration
Posted: Sat Jun 28, 2014 11:15 am
by Bachi
Alena,
I realized that the Applinks offers BoltsFramework plugin on GitHub to only iOS and Android, not PhoneGap type. Would you recommend any way to implement this Applinks.org?
Here is Applinks implementation guidelines/recommendation:
http://applinks.org/documentation/#ux...
Also, there is protocol for iOS and Android directly. Would it possible if we can add this feature on Appery exported file on Xcode or Eclipse?
Please help, this is the last checklist for this project. Thank you,
PhoneGap BoltsFramerwork integration
Posted: Sun Jun 29, 2014 3:00 am
by Illya Stepanov
Hi Bachi,
If it needs only the native code for the platforms, then the only way would be to export as source for Eclipse/xCode and add this framework inside the native IDE.
PhoneGap BoltsFramerwork integration
Posted: Sun Jun 29, 2014 9:42 am
by Bachi
Dear Illya,
Now, I'm clear what I'm going to do and it answers all the questions and curiousities.
Thank you,
PhoneGap BoltsFramerwork integration
Posted: Tue Jul 15, 2014 4:29 am
by Bachi
Illya,
Would it be any conflict when you add additional feature on two separate platforms while you are using heroku as hosting from your appery? In other words, I'm using heroku as my hosting for my app, but export file and add a function on native platform and then upload them to the App Store directly. In this case, I'm adding applinks plugin that redirects user back to the app page for the shared content on facebook. This is something I can't yet do it with appery.
Do I have to let heroku know that there is an additional function been added or heroku triggers them automatically. Thank you,