How to implement 'invite to download' feature in a Cordova/PhoneGap application on Android? -
i include menu item in android app (built using cordova/phonegap) provides users ability invite friends download app google play.
does know of existing solution this? have not had luck finding one.
on blackberry10, extremely easy (literally 1 line of code). leverages os , bbm share download url of app closest friends:
blackberry.bbm.platform.users.invitetodownload();
please tell me similar exists android (ios?) ? thank you.
i use plugin , works perfectly: https://github.com/eddyverbruggen/socialsharing-phonegap-plugin
it's sharing plugin allows lot of configuration options. configure users share link app on google play. documentation explains how set up.
Comments
Post a Comment