Corona SDK Starter Edition: Learning about In-App Purchases

Hello everyone, another newbie here ! 

Curious if someone here would know if a ‘starter’ developer must enrolled into a subscription (Basic/Pro/Enterprise) in order to ‘test out’ or learn about in-app purchasing, or other pro-edition mechanics?

Would it still be OK to try things out & learn the code, as long as the dev is not compiling for distribution releases ? Or the test code would simply break and won’t build at all unless it detects a valid subscription.

Thanks for helping out !  :ph34r:  :ph34r:

You will need to be a basic or higher level subscription to use the store.* API calls.  If you try and use them, you will get a message that “The store API is not supported on this platform” or something similar.

You can develop the rest of your app just the store.* calls won’t do anything.

Rob

ahh okay , understood ! Thanks very much !

You will need to be a basic or higher level subscription to use the store.* API calls.  If you try and use them, you will get a message that “The store API is not supported on this platform” or something similar.

You can develop the rest of your app just the store.* calls won’t do anything.

Rob

ahh okay , understood ! Thanks very much !