razorpay / razorpay-pod

:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
https://docs.razorpay.com/v1/page/ios-integration
MIT License
21 stars 18 forks source link

blank white page on razorpay.open #106

Closed karthikxcel closed 3 years ago

karthikxcel commented 3 years ago

Description

On razorpay.open, only a blank white page appears.

Razorpay pod Version :

pod 'razorpay-pod', '1.1.7'

Xcode Version :

Version 11.6 (11E708)

What you did:

I m calling razorpay.open method to open the payment page

What happened:

Instead of the razorpay payment UI, I m getting blank white screen

Sumit738 commented 3 years ago

Please share the crash log for further investigation.

Sumit738 commented 3 years ago

Please refer the below link for the sample app https://razorpay.com/docs/payment-gateway/ios-integration/standard/#razorpay-sample-app

karthikxcel commented 3 years ago

I m getting Log like this when it fails to load. Sometimes if the UI loads successfully i don't get the below log

2020-09-20 21:31:19.132105+0530 [335:12225] WF: _userSettingsForUser mobile: { filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; useContentFilter = 0; useContentFilterOverrides = 0; whitelistEnabled = 0; } 2020-09-20 21:31:19.132181+0530 [335:12225] WF: _WebFilterIsActive returning: NO

karthikxcel commented 3 years ago

Any update on this issue

Nautiyalsachin commented 3 years ago

@karthikxcel, This issue is fixed a long ago, we show a blue activity indicator whenever you call open(). You can try to see its working on this example. Let me know if you still face any issue.

karthikxcel commented 3 years ago

Thank You @Nautiyalsachin. Issue didn't appear again

Nautiyalsachin commented 3 years ago

Closing this issue now 😊.