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.