How to access which target app store I selected to build my app with from within my code?

Hi all,

I want to be able to programmatically access the setting for target app store from the build settings of corona for use in my code. I want to write branching logic in my code for certain features based on the different app stores I will deploy to. 

Is it possible to access this value from my lua code?

Thanks

Here is a picture of the setting I’m talking about:

This should do the trick:
 

http://docs.coronalabs.com/api/library/system/getInfo.html#targetappstore

Rob

Perfect, thanks!

Here is a picture of the setting I’m talking about:

This should do the trick:
 

http://docs.coronalabs.com/api/library/system/getInfo.html#targetappstore

Rob

Perfect, thanks!