I solved this problem by adding https to Info.plist:
<key>LSApplicationQueriesSchemes</key>
<array>
...
<string>https</string>
</array>
I solved this problem by adding https to Info.plist:
<key>LSApplicationQueriesSchemes</key>
<array>
...
<string>https</string>
</array>