WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> Your app is missing support for the following URL schemes:
I am integrating google signin sdk with ionic.
Solution:
Info.plist:
<key>CFBundleURLSchemes</key>
<array>
<string>fb266347933702779</string>
<string>URL SCHEME</string>
</array>
this will resolve the issue.
Solution:
Info.plist:
<key>CFBundleURLSchemes</key>
<array>
<string>fb266347933702779</string>
<string>URL SCHEME</string>
</array>
this will resolve the issue.
very helpful post
ReplyDelete