meetuparchive / apple-of-my-iap

Apple In-App Purchase Client and Mock Service
MIT License
30 stars 8 forks source link

Is there a way to let my sandbox iOS app to use apple-of-my-iap server? #16

Open hlung opened 7 years ago

hlung commented 7 years ago

I only see a scala client. Is there a way to integrate iOS app to talk to my apple-of-my-iap server instead of real iTunes sandbox?

Update: I found some http api in iap-service/src/main/scala/com/meetup/iap/IAPPlan.scala. I think I can use it to manipulate the receipts.

dlin303 commented 7 years ago

Unfortunately I'm not quite sure how to make an iOS app talk to the mock service instead of the iTunes sandbox. This project was originally created to aid development for backend/non-iOS services that needed to communicate with iTunes.

If you find a way to have get the iOS app to talk to the mock service, we'd love to hear about it though!