paytm / Paytm_iOS_All_in_One_SDK

https://developer.paytm.com/docs/all-in-one-sdk/#ios
6 stars 5 forks source link

Unable to return in the App after Paymnet. #12

Closed AlokGroomefy closed 3 years ago

AlokGroomefy commented 3 years ago

After implementing the AppInvokeSDk in iOS. if Paytm App is not installed it is working fine (Redirect to webpage and delegates gets called off transaction), But When Paytm app is installed:-

jay2098 commented 3 years ago

After implementing the AppInvokeSDk in iOS. if Paytm App is not installed it is working fine (Redirect to webpage and delegates gets called off transaction), But When Paytm app is installed:-

  • Not redirecting to our app after a transaction.
  • No delegate method is called after payment.

How did you solved this? @AlokGroomefy

AlokGroomefy commented 3 years ago

You have to put some delay after returning back into app to perform next action.

Like if you are going to validate transaction api put some delay in it.

jay2098 commented 3 years ago

What is happening in my case is I have integrated iOS sdk in my flutter app and on initiate transaction it opens paytm app and after the transaction is completed it redirects back to paytm home page and not my app what to do in that case?