I am getting this error
-canOpenURL: failed for URL: ”googlechrome:“ - error: ”This app is not allowed to query for scheme googlechrome"
I tried adding to the .plist but it made no difference:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com-google-gidconsent-google</string>
<string>com-google-gidconsent</string>
<string>com.google.gppconsent.2.4.1</string>
<string>com.google.gppconsent.2.4.0</string>
<string>googlechrome</string>
<string>googlechrome-x-callback</string>
<string>hasgplus4</string>
<string>com.google.gppconsent.2.3.0</string>
<string>com.google.gppconsent</string>
<string>com.appcoda.gsignin</string>
</array>
Why is my app not allowed to call canOpenURL:
for this scheme and how can I fix it?