In my previous question (here), I was told I have to redirect the user to Safari to finalize a bank transaction.
Once the transaction is finalized, I need to display a QRCode. I can’t force the user to save it on is device.
I can still save this QRCode on a server, and download it on the device the next time the user opens my app.
Here is my problem : the user may not have internet access the next time he will open my app.
So, I would like to re-open my app once the transaction finalized. Is it possible to do it from Safari ?
Thanks !
The web service must redirect the user to a URI that’s handled by your app. Here’s a tutorial.