Google Play : Security Alert: Your app contains embedded private keys or keystore files

Hi Guys

I am fairly new to CoronaSDK and I recently just published my 1st FREE app on beta on google play

but got this message and I don’t know what to do 

Security Alert: Your app contains embedded private keys or keystore files

I have published in other third party stores without any issue. I used the command line 

keytool to generate the keystore file.

Anyone has any ideas? Thanks in advance.

TH

Is your keystore file in the same folder as your main.lua?

If so, you can’t do that. Your keystore needs to be saved to some other folder that’s not part of your project.

Rob

Hi Rob

Thanks so much.

I thought that could be the problem last night.

I moved the keystore file away into another folder and Google Play didn’t yell at me.

Rgds

TH

Is your keystore file in the same folder as your main.lua?

If so, you can’t do that. Your keystore needs to be saved to some other folder that’s not part of your project.

Rob

Hi Rob

Thanks so much.

I thought that could be the problem last night.

I moved the keystore file away into another folder and Google Play didn’t yell at me.

Rgds

TH