ios - Parse.com IAP: How to switch between production and sandbox mode? -


i using parse.com pfpurchase iap library, doesn't how switch between sandbox , production modes.

i using sandbox test account , popup dialog shows environment sandbox. however, don't know if behave published app in app store.

anyone else know answer?

thanks

alas, i'm 1 of devs answers own question. (shame)

it seems apple changed app knows whether using sandbox or production based on how app deployed. wasn't way before.

https://developer.apple.com/library/ios/technotes/tn2259/_index.html

"store kit connects sandbox environment when launch application xcode, test device (ios), or finder (os x). connects production environment applications downloaded app store."


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -