Akheon23 / marketlicensing

Automatically exported from code.google.com/p/marketlicensing
Apache License 2.0
0 stars 0 forks source link

The dontAllow callback is called for a user who bought my app #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Publish app on the Market. It implements the ServerManagedPolicy
2. Start the app. 
3.

What is the expected output? What do you see instead?
In the running service dontAllow() is called instead of allow()

What version of the product are you using? On what operating system?
Eclipse 3.6, android-sdk-linux_86

Please provide any additional information below.
It works well in testing when I set the desired Test response in 
"http://market.android.com/publish/editProfile"

Original issue reported on code.google.com by ddrago...@gmail.com on 30 Sep 2010 at 7:38

GoogleCodeExporter commented 9 years ago
I've encounterd similar issue.
It seems that by default validityTimeStamp is set to null - thus the 
application checks for license each time it starts.
If the network is down-the user will get license invalid ,and the cached 
response will not be used.

Original comment by yair.oha...@gmail.com on 30 Oct 2010 at 11:06

GoogleCodeExporter commented 9 years ago
I'm having similar problems. A random sampling of my users seem to get negative 
responses even though they have purchased the app.

I essentially have to disable the check for all users to make sure none get 
left out.

Original comment by o...@sixgreen.com on 30 Jun 2011 at 4:06

GoogleCodeExporter commented 9 years ago
I have a customer with this same issue. Has anything been resolved yet?

Original comment by t...@shatalmic.com on 21 Jul 2011 at 4:23

GoogleCodeExporter commented 9 years ago
Maybe related to: https://code.google.com/p/marketlicensing/issues/detail?id=41

Original comment by mala...@goldenspiral.net on 27 Dec 2011 at 6:45