I tried uploading my app to the app store using application loader and I get the following error:
Error Messages:
ERROR ITMS-90155: “The following URL schemes found in your app are disallowed: [fb]”
I am using the latest version of defold using the default plist file from the builtins folder.
This is the outputted plist once built, it looks like it is putting fb before my iOS bundle id
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb</string><string>com.company.game</string>
</array>
</dict>
</array>
I have fixed it by copying the built-in plist and removing the following line but I think this might be a bug.
{{#url-schemes}}{{.}}{{/url-schemes}}\