Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed with MobilePay. #22

Closed
mindtheworld opened this issue Mar 23, 2022 · 1 comment
Closed

Failed with MobilePay. #22

mindtheworld opened this issue Mar 23, 2022 · 1 comment

Comments

@mindtheworld
Copy link

Getting below payment error on Iphone when choose to pay via 'MobilePay'. (It's working fine on Android devices though)

image

Maybe something to do with this? (https://stackoverflow.com/questions/53677395/react-native-unsupported-url-ios)

Thanks!

@mindtheworld
Copy link
Author

Ok, in case others encounter the same issue, it has been fixed by updating Info.plist as showing below

<key>LSApplicationQueriesSchemes</key>
<array>			
	<string>mobilepayonline</string>
</array>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant