Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: Kardend on April 02, 2011, 08:31:08 PM

Title: IOS StoreKit Actions
Post by: Kardend on April 02, 2011, 08:31:08 PM
Would be great if we can get some actions specific for the StoreKit API, something like GetStoreItem, PurchaseStoreItem, IsItemPurchased... etc
I know this will force playmaker to talk with iOS native code and wait for async responses from the server.. but hey, if you guys think you can make it work then it would be great to see it in 1.2
Title: Re: IOS StoreKit Actions
Post by: Alex Chouls on April 02, 2011, 11:32:07 PM
This would be pretty cool! We'll look into it...
Title: Re: IOS StoreKit Actions
Post by: Murcho on April 04, 2011, 07:17:56 PM
I found this base code for the iOS side very good for anything StoreKit related.  A good place to start anyway. http://blog.mugunthkumar.com/coding/introducing-mkstorekit-%E2%80%93-version-3/ (http://blog.mugunthkumar.com/coding/introducing-mkstorekit-%E2%80%93-version-3/)
Title: Re: IOS StoreKit Actions
Post by: Alex Chouls on April 06, 2011, 10:44:00 PM
Nice one! Thanks!