Developed by HTML Code Play and this plugin is used for share your current own apk through any other sharing applications for your cordova applications.
https://github.com/merbin2012/cordova-plugin-codeplay-share-app-link$ cordova plugin add cordova-plugin-codeplay-share-app-link
$ phonegap local plugin add cordova-plugin-codeplay-share-app-link
$ cordova plugin rm cordova-plugin-codeplay-share-app-link
$ phonegap local plugin rm cordova-plugin-codeplay-share-app-link
cordova.plugins.codeplayshareapplink.shareWithContact(title,message,success,fail);
cordova.plugins.codeplayshareapplink.shareWithContact("Share via"
,"Wonderful cordova learning app"
,success,fail);
function success(result)
{
console.log(result);
}
function fail(result)
{
console.log(result);
}
- Android
https://play.google.com/store/apps/details?id=sql.code.play
https://play.google.com/store/apps/details?id=html.editor.codeplay
https://play.google.com/store/apps/details?id=php.code.play
https://play.google.com/store/apps/details?id=cordova.code.play
https://play.google.com/store/apps/details?id=com.kids.learning.master