i found a plug-in for iOs application. Is there any plugin like this for android aswell?
Plugin website: http://goo.gl/yFTns
Sample screen: http://goo.gl/GDtSL
i found a plug-in for iOs application. Is there any plugin like this for android aswell?
Plugin website: http://goo.gl/yFTns
Sample screen: http://goo.gl/GDtSL
Look at this android code snippet for rate your android application .
http://www.androidsnippets.com/prompt-engaged-users-to-rate-your-app-in-the-android-market-appirater
It doesn't need a plug-in. You just count if the user is using the app (number of opens, time, something like that) and after a time you popup a AlertDialogue with an Intent ACTION_OPEN to your Google Play link.