![]() |
|
buy another level from shop inside the app: how to start? - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: buy another level from shop inside the app: how to start? (/thread-9220.html) |
buy another level from shop inside the app: how to start? - sefiroths - Jul 28, 2011 08:39 AM problem: i'd like to make an app that has suppose 10 levels. a button on the main screen says buy more levels. this bring to a screen where levels can be purchased and added to the game. this is what i have in mind...but how to make it? what function do i need? some tutorial for that? thanks RE: buy another level from shop inside the app: how to start? - MattDiamond - Jul 28, 2011 09:49 AM http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction/Introduction.html RE: buy another level from shop inside the app: how to start? - sefiroths - Jul 29, 2011 12:22 AM thanks |