|
|
AppCenter default debug response
created on Jan 22, 2011 4:26:49 PM
Hello, fellow devs  I am preparing an app for publishing on AndroidPIT. On my test device I have the App Center app installed and logged in with my AndroidPIT dev account. I have implemented the appropriate libraries, set the checker to debug mode and I get correct responses from Developers / App Licensing / Test ( like LICENSED, NOT_LICENSED, etc). When I set it to DEFAULT - the response I get is ERROR_COMMUNICATING_WITH_APPCENTER - which is a bit confusing. Which would be the correct server response?
|
|
|
RE: AppCenter default debug response
created on Jan 24, 2011 1:32:56 PM
UPDATE: well, i discovered something very interesting: in fact I get response ERROR_NOT_APP_CENTER_MANAGED (which seems much more appropriate) but it is often preceded by at least one ERROR_COMMUNICATING_WITH_APPCENTER... So far I have successfuly worked-around this by queuing a number of check requests until an appropriate response is received or real connection error confirmed, but I guess there could be neater solutions. What do you think?
|
|
|
RE: AppCenter default debug response can you tell me when i can play some movies etc. i cant play anything now
created on Jan 24, 2011 6:10:49 PM (via AndroidPIT app)
[quote=lyubozar]Hello, fellow devs  I am preparing an app for publishing on AndroidPIT. On my test device I have the App Center app installed and logged in with my AndroidPIT dev account. I have implemented the appropriate libraries, set the checker to debug mode and I get correct responses from Developers / App Licensing / Test ( like LICENSED, NOT_LICENSED, etc). When I set it to DEFAULT - the response I get is ERROR_COMMUNICATING_WITH_APPCENTER - which is a bit confusing. Which would be the correct server response?[/quot
|
|
|
RE: AppCenter default debug response
created on Jan 26, 2011 8:17:56 PM
I'm informing a member of the AndroidPIT developer team about this thread. Sorry it's taken so long to get a response.
-----
Recommended reading for new AndroidPIT members! Important to all community members: the AndroidPIT Forum rules
|

Deactivated Account
|
RE: AppCenter default debug response
created on Jan 26, 2011 9:05:52 PM
Hi Lyubozar, It is a bit difficult to understand where the problem is. My guess is that you get a NPE while calling through to the AppCenter. Could you please open the Log console of the ADT DDMS and have a look it if there is any NPE? It should print out a stack trace. Please report this stack trace then. Second: Do you call the license check multiple times during runtime? The license mechanism is designed for one request only during onCreate or similar. Best regards, Carsten
-----
Seid nett zueinander: AndroidPIT-Regeln ;)
|

Deactivated Account
|
RE: AppCenter default debug response can you tell me when i can play some movies etc. i cant play anything now
created on Jan 26, 2011 9:07:54 PM
Hi conny de jong, could you please explain your problem a bit further? In which way is it related to the license check with AndroidPIT. Best regards, Carsten
-----
Seid nett zueinander: AndroidPIT-Regeln ;)
|
|
|
RE: AppCenter default debug response
created on Feb 1, 2011 9:03:37 PM
— modified on Feb 1, 2011 9:08:20 PM
Hi,
I'm also really confused what to do if I get errors like ERROR_COMMUNICATING_WITH_APPCENTER. Is there any chance to get a better documentation?
For my application I have the problem that it's always working, also when I dissmis the android pit logon dialog all the time. void dontAllow() is never called in this case.
|

Deactivated Account
|
RE: AppCenter default debug response
created on Feb 1, 2011 9:55:40 PM
Hi Markus, when you get tis error, calling from the library to the AndroidPIT AppCenter failed by some reason. This can be that the AppCenter is not installed or the implementation of the CallBack has errors in it. Please provide us with more information about the problems you ran into and we try to clarify. Best regards Carsten PS. Please consult the source code of the library additionally to the online how-to.
-----
Seid nett zueinander: AndroidPIT-Regeln ;)
|

Deactivated Account
|
RE: AppCenter default debug response
created on Feb 1, 2011 11:37:51 PM
— modified on Feb 2, 2011 12:01:52 AM
To clearify why there is no dontAllow() on most of the error messages: We think that it is unwise not to allow the user to use his program because some problems with the license check environment arised. We think that we will leave it to the developer of the app which links against the library to decide how to react properly. So dontAllow() is called only when the library gets a NOT_LICENSED from the server or - if in use - the signature validator of the signed license checker.
-----
Seid nett zueinander: AndroidPIT-Regeln ;)
|

Deactivated Account
|
RE: AppCenter default debug response
created on Feb 3, 2011 2:10:51 PM
We have updated the license library to circumvent problems while importing the library to the Eclipse workspace. Please download at http://www.androidpit.com/downloads/androidpit-licensing-lib.zip?v=3Best regards Carsten
-----
Seid nett zueinander: AndroidPIT-Regeln ;)
|
|
|
RE: AppCenter default debug response
created on Feb 8, 2013 1:19:20 PM
Hi, this link is not working? we have same problem.
|