Hi, we're developing an app which requires login. The login is managed on our Drupal server and allows both login on site and in app.
Now we want to use in-app purchase to allow users to sign up directly in the app by buying a subscription.
- user signup in app (choose subscription)
- purchase/payment is handled by apple
- User credentials are added/created on our server?!
Step 3 - what is the right way to do this? Is there a guide somewhere?