playMaker

Author Topic: IOS StoreKit Actions  (Read 5472 times)

Kardend

  • 1.2 Beta
  • Playmaker Newbie
  • *
  • Posts: 8
IOS StoreKit Actions
« 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

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: IOS StoreKit Actions
« Reply #1 on: April 02, 2011, 11:32:07 PM »
This would be pretty cool! We'll look into it...

Murcho

  • 1.2 Beta
  • Junior Playmaker
  • *
  • Posts: 54
Re: IOS StoreKit Actions
« Reply #2 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/

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: IOS StoreKit Actions
« Reply #3 on: April 06, 2011, 10:44:00 PM »
Nice one! Thanks!