04-13-2011 11:01 AM
Hi,
I am getting this response "Error starting XYZ: Module 'XYZ-2' attempts to access a secure API" from the appworld after submitting my application for the review.
After that I have take all 3 required keys to get my code files signed.
And I have successfully get all code files signed and submit my application again to the appworld.
But again I am getting the same error from the appworld.
So what should I do now to resolve this issue.
Please help me out anyone from this issue.
Thanks.
04-13-2011 11:13 AM
clean your project, rebuild, sign and submit.
check if the resulting cod file is really signed before submitting by opening it with the signature tool manually
04-13-2011 11:14 AM
Maybe your .jad is not correct, sometime it compile and want to split que COD in to but in real life it doesn't so what you have to do is to remove the line that talk about the COD-2.
Hope it wil help you...
04-13-2011 11:18 AM
Pascal_Bourque wrote:
Maybe your .jad is not correct, sometime it compile and want to split que COD in to but in real life it doesn't so what you have to do is to remove the line that talk about the COD-2.
Hope it wil help you...
this advise is wrong, don't do something like this.
it may be possible that the jad file is incorrect though, delete it and rebuild the application.
04-13-2011 11:34 AM
@Simon_hain
It's not because you never do that it's a wrong answer. Some case, espacially if you rename the projet during the developement you need to do this, because the clean, rebuild is not enough. I try it, and work perfectly.
Sometimes we need some alternative ways...
04-14-2011 10:12 AM
thanks.
I had done clean project, rebuild ,sign and submit again.
Let's see what I get from the appworld.
I just want to know that how to opening the cod file with the signature tool manually?
In case it its rejected again from appworld then this would be my last try to do.
04-14-2011 10:14 AM
you can start the signing tool by executing SignatureTool.jar (either it is correctly mapped, or you can use the command line with java -jar). It displays a dialog to open a file, then.
you can also assign the tool as the default app for cod files, this allows you to doubeclick the cod file to sign it.