All Collections
Subscription Engine
What do I need to do to enable PSD2 with Purchasely?
What do I need to do to enable PSD2 with Purchasely?

Code / FrontEnd / iOS / Events

Jeff Grang avatar
Written by Jeff Grang
Updated over a week ago

Apple announced the deployment of PSD2 regulation to In-App Purchases and Subscriptions.

The impact can be massive and lead to purchases not being handled.

The good news is that if you use Purchasely you already are supporting PSD2.

If you initialise the SDK correctly in the didFinishLaunchingWithOptions

you are ready.

Easy right?

If you need to refresh anything in your app when the purchase is made, listen to the events inAppRenewed and inAppPurchased to get notified when the transaction was processed.

You might need to see it to believe it, in that case you can test the same kind of workflow by doing a ask-to-buy purchase on your app.

This is the same kind of workflow with a purchase being validated from outside the app.

Did this answer your question?