Hello,

I recently created an application and would like to put a security check 
into it. I will have a web service which is used to sychronize events that 
occur on multiple devices that a customer may own. Is there any way for me 
to ask google given the customers google play email address if they 
purchased the application?

For Example:

void Process(string userName)
{
bool valid = PlayAPI.CheckPurchase(userName);
if(!valid)
{
return "Please purchase application";
}
Do application specific logic to accomplish application goals...
return;
}


Thanks,
Greg

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to