In my Android App i want a popup do show up with a button that links to my app in the market.
The popup is showing currectly, but if somebody has already wrote a review for my app, i dont want it to show up.
Is it possible to check if the person has already wrote a review or gave stars?
Sorry for my bad english. I hope you did understand my problem.^^
not really. You can have your app remember that the specific user has pressed your pop-up button before to be taken to the market. But you have no way to know whether they rated or reviewed your application. The Market provides no public API to get this information for 3rd party applications.
Related
I'm learning to make an android app and I have an idea that I think it would be nice if, inside my app, there is a page that just shows a list of current comments and ratings of my app from the play store. Can anyone please tell me how can I do that, or is it possible? Thanks!
The question is clear I assume though couldn't find a relevant answer on web. For example if my app put a link to another app's PlayStore download page and if user download it can I get money on that? I know and I use normal admob which shows playstore apps to download from time to time but my question is directly targeting and showing a specific app %100 of the times. Thanks
Firstly, I am not a coding guy. So please explain to me like a 5 year old! :)
The problem that I am facing is that is it possible for an Android app to automatically recognize whether the user has rated that particular app on the play store or not? There are pop-ups etc which can guide the user to the play store page and rating can be done there, but does the app realize that it has been rated? If so, then is there a particular code that needs to be included wile developing the app?
Thanks
A simple 5-year-old answer: No, there is no way to do this.
I am closing my app programatically on a button click. If anyone can suggest this is ok with google's android app publishing guidelines. I am concerned if it gets rejected because of this. Please suggest.
Rejected? Nope... Google Play Store is nothing like the Apple App Store. As long as you're not publishing a malicious app, Google doesn't care what your app's functionality is.
My suggestion is to remove the button anyway to better comply with Android standards. Your users are expecting to exit your app by pressing the home button.
Nahh.. There isn't any problem of closing app programatically.
But as suggested in "Android docs" You have to manage your app flow in a way that you don't need to Close your app programatically.
Then even you want to do it then you are the boss of your app.
I am developing a tablet application for school and my requirement is to turn off my tablet, when user clicks on log out button provided in my application. This because I don't want to give any other access to users.
Can anybody tell me, is it possible? If yes, then how can I do this?
Thanks in advance..
Actually.. the answer for this question is no if you are developing an ordinary sdk
application.
Answer from Commonsware:
Only applications signed with the system firmware signing key can do this.
EDIT:
Check this answer from Michalis