As an application developer, I would advise you not to try to do this. Google does not support you with anything that looks like a tool or api-snippet for this. And Google can have snippets for just about anything. So, even if Google doesnβt want you to keep track of your users, you should consider why:
If application developers could scan, if someone rated their application, they could code something like this: if (user rated application || user paid) {provide access to cool features}
This would be nice for the googles rating system, as the user would rate the application in order to gain a personal advantage, rather than showing other users "hey, this application is nice, get it."
Therefore, just stay with the existing code and do not try to extract this information. By the way, even if you find a way to outwit Google, I'm sure - I would bet on the dollar - you are breaking your rules. Most likely, this will lead to something like "sorry, we will not publish this version of your application."
Your users will vote if you encode a useful application without errors.
// advice for;)
source share