StoreKit In App Purchase
Unity3D/Problems 2015. 2. 6. 15:59https://prime31.com/docs#iosStoreKit
invalid product identifiers [duplicate]
I tried everything suggested in the Apple forums and here, and still couldn't get it to work. Found the solution - your app needs to be transferred by Xcode for the sandbox to be enabled.
Obvious, right? Well, if you are working with an update to an existing application, the device will still treat it as an App Store-installed app.
So delete the app from your device. Then install the app back onto the device using Build & Run with your device tethered to your Mac. It should work now :)
http://stackoverflow.com/questions/1471454/storekit-in-app-purchase-invalid-product-identifiers
http://code.tutsplus.com/tutorials/iphone-sdk-in-app-purchases--mobile-277
http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/
'Unity3D > Problems' 카테고리의 다른 글
Unity3D에서 iOS 빌드시 발생하는 에러 trampoline (0) | 2015.07.10 |
---|---|
How to sort ArrayList of DateTime objects in descending order? (0) | 2015.07.10 |
NGUI UIInput한글 문제 (2) | 2014.09.01 |
리스트에서 해당 인덱스부터 마지막까지 제거 하기 (0) | 2014.07.03 |
Could not resolve host: C; No data record of requested type (0) | 2014.06.24 |