Game Development Community

iTGB 1.4 Beta2: StoreKit Example incomplete

by Marc Dreamora Schaerer · in iTorque 2D · 05/24/2010 (5:10 pm) · 3 replies

Build: 1.4 Beta 2

Platform: iPhone Simulator, and iDevices

Target: Device

Issues: The storekit example project at the time is broken.
It does not have the define set, is missing the framework and the iPhoneStoreKit .h / .mm are not linked into the project


Steps to Repeat:
1. Download 1.4 Beta 2 and extract it
2. Attempt to use the storekit example results in storeRequestProductDataFromAppStore not being found
3. Addition of define and framework leads to storeInit not being found
4. Adding above h and mm solves that error and makes it compile and execute fine.



From a glance through the platformiPhone folder I would expect that other projects are at least suffering from the missing files in project problem too

#1
05/25/2010 (1:40 pm)
Thanks Marc. Logged as ITGB-52.
#2
05/28/2010 (8:22 am)
Marc, can you list the define set? Haven't been around in awhile, a little rusty!

EDIT
Found it (#ifdef _USE_STORE_KIT)
#3
05/28/2010 (11:46 am)
Glad you could solve it, sorry for not being faster