I am working through the mobile tutorials. I have a trial account and just trying to get the phone activated.
I have downloaded a p12 certificate for my trial account and can run the VIPMobileDemo. This is the server side test code. I can execute the commands and see the server time and get an activation code.
I also deployed the android code in VIPAndroid to a physical (not simulator) samsung s6 and the application looks like it is running correctly. But when I enter the activation code from the server I get error messages.
This line of code is supposed to call the symantec service and pass the activation code:
CredentialFactory.createCredential(getApplicationContext(), new MyNetworkListener(), mActivationCode, "QAMT");
The first few times I was getting this error:
19975 - The activation code you supplied is invalid.
Now Im just getting 19978
E/VIP Service error: Token order(s) for this token type already fulfilled or expired.
Any idea what is going on?