native.showPopup(appStore)

Hi

i want to use the native.showPopup(appStore) to add “Rate Me” to the game.

Where I can get the androidAppPackageName?

i register my game but did not upload it yet.

Thank you

Guy

You make up your own package name. Its usually a reverse domain name format, like:  com.yoursitename.yourappname. When you create the game in the Google Play portal, you will make up the name. You then tell Corona SDK to use that name as the “Package” field in the build dialog box.

Rob

Thank you Rob,

Regards,

Guy

You make up your own package name. Its usually a reverse domain name format, like:  com.yoursitename.yourappname. When you create the game in the Google Play portal, you will make up the name. You then tell Corona SDK to use that name as the “Package” field in the build dialog box.

Rob

Thank you Rob,

Regards,

Guy