Hi,
I found this discussion for iOS IAP,
http://www.giderosmobile.com/forum/discussion/1689/ios-in-app-purchasing-first-attempt-and-first-problem#Item_36I want to know should I just require the plug in rquire("storeKit") then export it,and that is it,
Then add storeKit.mm to my xcode project folder.
But How can I get around the fact it gives me error on pc if I need to test the game?
The only way I guess to comment out that part of code?
thanks
Comments
if application:getDeviceInfo()== "iOS" then
require("storeKit")
end