paytm / Paytm_iOS_All_in_One_SDK

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

how to restrict ios app not to open paytm app when open paytm in any iOS application swift 5 #34

Closed Pinturaj closed 1 year ago

rahul2bisht commented 1 year ago

Hi Pinturaj,

Please use below method after appinvoke function to restrict paytm app to invoke appInvoke.restrictAppInvokeFlow(restrict: true)

Pinturaj commented 1 year ago

Hi Pinturaj,

Please use below method after appinvoke function to restrict paytm app to invoke appInvoke.restrictAppInvokeFlow(restrict: true)

Thanks you Rahul, but I got a solution fot this. Just we have to set enable isMobileVerificationRequired: "true"

dhirajReliance commented 1 year ago

Hi Pinturaj, Please use below method after appinvoke function to restrict paytm app to invoke appInvoke.restrictAppInvokeFlow(restrict: true)

Thanks you Rahul, but I got a solution fot this. Just we have to set enable isMobileVerificationRequired: "true"

Where did you set this @Pinturaj ?