What are all the Application Queries Schemes?

Hi,

I want to add a rating button in my game that would open the device’s App Store/Play Store based on the OS. I’m able to check which OS the platform is and open the corresponding URL link but I can’t find a list of references for all the possible schemes I could put in LSApplicationQueriesSchemes.

I’m trying to follow this documentation: https://docs.coronalabs.com/api/library/system/canOpenURL.html

Do I put “appstore” or “itunes” in there?

I also want to include URLs to our Twitter account and FB account.

I am not sure if you can still do it on Android but what you mention is disallowed on iOS:

1.1.7 App Store Reviews:

  • App Store customer reviews can be an integral part of the app experience, so you should treat customers with respect when responding to their comments. Keep your responses targeted to the user’s comments and do not include personal information, spam, or marketing in your response.
  • Use the provided API to prompt users to review your app; this functionality allows customers to provide an App Store rating and review without the inconvenience of leaving your app, and we will disallow custom review prompts.

I use this plugin for iOS:

https://marketplace.coronalabs.com/corona-plugins/review-popup

I submitted my app with my own custom review prompts and surprisingly it got approved. Very confused because I really thought it would get rejected. I even noted that this update includes a rate feature. I’m assuming they checked it because they are very thorough and then to my surprise they still approved it for release.

I am not sure if you can still do it on Android but what you mention is disallowed on iOS:

1.1.7 App Store Reviews:

  • App Store customer reviews can be an integral part of the app experience, so you should treat customers with respect when responding to their comments. Keep your responses targeted to the user’s comments and do not include personal information, spam, or marketing in your response.
  • Use the provided API to prompt users to review your app; this functionality allows customers to provide an App Store rating and review without the inconvenience of leaving your app, and we will disallow custom review prompts.

I use this plugin for iOS:

https://marketplace.coronalabs.com/corona-plugins/review-popup

I submitted my app with my own custom review prompts and surprisingly it got approved. Very confused because I really thought it would get rejected. I even noted that this update includes a rate feature. I’m assuming they checked it because they are very thorough and then to my surprise they still approved it for release.