Building for other Android stores ?

There seems to be more and more Android stores popping up now as more and more companies are releasing their own tablets based on Android.

I am wondering what the store drop down when building actually does and for stores that are not in the list can we select “none” ?

Thanks,

Dave

The store name is used for things like native.showPopup(“appstore”) so that the appropriate app store is opened. http://docs.coronalabs.com/daily/api/library/native/showPopup.html

Another example is if you have expansion files settings in your build.settings, but your targeted app store is not Google Play then we know we can ignore it because only Google Play uses expansion files.

If you’re building for a store thats not on the list then selecting “none” would be the correct choice.

The store name is used for things like native.showPopup(“appstore”) so that the appropriate app store is opened. http://docs.coronalabs.com/daily/api/library/native/showPopup.html

Another example is if you have expansion files settings in your build.settings, but your targeted app store is not Google Play then we know we can ignore it because only Google Play uses expansion files.

If you’re building for a store thats not on the list then selecting “none” would be the correct choice.