paytm / Paytm_Payments_iOS_Sample_Apps

MIT License
0 stars 2 forks source link

lib payments sdk.a contains uiwebview #4

Open venkateshaelegenie opened 3 years ago

venkateshaelegenie commented 3 years ago

lib payments sdk.a contains uiwebview but uiwebview is not supporting to deploy the app in app store.We require lib payments sdk.a contains wk webview not uiwebview

soumyavats commented 3 years ago

Hi this is older version of sdk please use all in one for fresh integrations PFB link for the same https://github.com/paytm/Paytm_iOS_All_in_One_SDK

venkateshaelegenie commented 3 years ago

Hi soumyavats

I have seen this already.In this i found only framework.I found one sample app which used this framework https://github.com/paytm/paytm-all-in-one-sample-app

but it's available in swift and it's not available in objective c.I require paytm integration in objective c project. And when i run this sample app I get this screen. In this where i get txntoken? Simulator Screen Shot - iPhone 11 Pro Max - 2021-07-21 at 20 01 41

soumyavats commented 3 years ago

Hi, we don't have sample app in objective C, the framework which we have provided will work on objective C as well so you can use it in your project. For transaction token you can refer to initiate transaction API on the Paytm Developers portal.

venkateshaelegenie commented 3 years ago

Could you provide the steps to connect the framework in objective c

soumyavats commented 3 years ago

the framework can be added in the objective C in the same way as in swift