Reply To: Runtime error in IAB 2.0.1- 'SendMessage: object InAppBrowserBridge not found!'

Welcome! Forums Unity Plugins In-App Web Browser Runtime error in IAB 2.0.1- 'SendMessage: object InAppBrowserBridge not found!' Reply To: Runtime error in IAB 2.0.1- 'SendMessage: object InAppBrowserBridge not found!'

#1881
PiotrPiotr
Keymaster

iOS third party browsers like Chrome are using the same approach, by using NSAllowsArbitraryLoads option, the same you posted from your link.

You can see it here:
https://gitlab.collabora.com/web/chromium/blob/master/ios/chrome/app/resources/Info.plist

As a developer I don’t have any control if Apple blocks traffic coming out of your application – it does not matter if you are opening website inside your app or doing regular HTTP request.