Closed bounty1342 closed 3 years ago
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>easivio</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>easivio</string>
</array>
</dict>
</array>
This will work ! Otherwise the Url is not correct, I think you should do a more complete example on this as it's not trivial those Info.plist for non ios dev.
Regards,
Hi,
I can't make it work on iOS 14. Spent literally hours, trying different combination for the urlScheme with no success. After the login, the URLScheme don't come back to application and result in user cancel.
https://developer.twitter.com/ :
Please help, Regards