Hi. I submitted my app to the Amazon appstore but they rejected it and said some code is shown on launch.
Has anyone else this problem? I exported my project for the Amazon Appstore and entered the verifikation/app key to get a .json file.
I uploaded everything to my server and it seems to run fine there. But the appstore test gets an error.
I created a ticket and got a reply from them.
[quote:83uueson]Thank you for writing in. After installing & launching the app on device, we are able to see the below json file on device
----
{
"verification_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"launch_path": "index.html",
"permissions": [
],
"type": "web",
"version": "1.2",
"created_by": "Bl4ckSh33p-Soft"
}
----
It seems there is a misconfiguration in URL, rather than referring .html file you might be referring to json file.
Why does it show the .json file when they test it? I don't see it when I run it on my PC or mobile.