How do we know that somebody already rates the app before redirecting him/her to Google play?

大兔子大兔子 提交于 2019-12-11 09:45:55

问题


Form inside my application, I want to give a pop up for user to rate my app. Now I have implemented a dialogue box which is prompted every third time user launches the app and asks the user to rate the app. It has two buttons - "rate me" and "No, thanks". If user clicks "rate me", it redirects to my app in Google play to allow the user to rate the app.

Now my question is how can I find inside my application if user has rated my app. He may go to Google play but do not rate it. What is the best design. Should I stop showing the dialogue once user is redirected to my app in Google Play?


回答1:


It is not possible for app to know is user rated or not. Just redirect user to google play and after that stop displaying that dialog.



来源:https://stackoverflow.com/questions/26459209/how-do-we-know-that-somebody-already-rates-the-app-before-redirecting-him-her-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!