Type String Revision Release 2024.3703 Keywords Google, IAP, in-app purchases, target See also system.getInfo() store.*
Indicates the store that the app was built for. It will yield one of the following strings:
"apple"
— Always returned on iOS."google"
— Targets Google Play (only returned on Android)."amazon"
— Targets the Amazon Appstore (only returned on Android)."windows"
— Targets the Windows app store."none"
— Indicates that the app is not targeting a specific app store. This is always returned by the Corona Simulator.This property yields the same result as passing "targetAppStore"
to the system.getInfo() function.
store.target