I use buttons from the "Digital Shopper" marketplace. In my app, after registration, through this button you can subscribe for a month/year

Good afternoon! I will try to formulate my question clearly. I would be grateful for your help.

I use buttons from the “Digital Shopper” marketplace. In my app, after registration, through this button you can subscribe for a month/year. You can also take a trial version, at the end of which the user is taken to another payment screen that says the trial is over and you need to pay to use the app.

I have all the actions set up for these buttons. But I don’t understand, if the user cancels the subscription in the iPhone settings and the paid days expire, where does it then go? Will Apple realize that he needs to go back to the payment screen where he previously took that subscription? I have a feeling that after he cancels the subscription in the iPhone settings and the paid days expire, he can just get to the “home” screen and continue using the app when he logs back in.

Let’s say a user has stopped paying for a subscription. How do I show him the screen where he previously purchased a subscription the next time he logs in to the app?

You probably need to control a true/false of the user via an API, so that after cancellation the user is set to false and after payment to true.

Yes, I can through true/false. But what does the api have to be integrated with? How will Adalo know if the user has unsubscribed and needs to be assigned false?

Unfortunately, I don’t know much about APIs. Personally I would just do it with integromat or make.

Got it, thanks for the answer! Can anyone else help?