Persisting URL Scheme Error on IPA Upload to App Store Connect

Troubleshooting

Hello everyone,

I'm experiencing an issue with my iOS build in FlutterFlow when attempting to deploy to App Store Connect. The error message indicates that a URL scheme in my app's configuration is not in the correct format. Specifically, it complains about the URL scheme [12345678], stating that URL schemes need to begin with an alphabetic character and consist only of alphanumeric characters, as well as the period, hyphen, or plus sign, according to RFC1738 guidelines.

I modified the Info.plist file in the ios/Runner directory to replace the invalid scheme with a valid one (for example, "myapp"). Despite these efforts, the error persists during the upload to App Store Connect, which suggests that the invalid URL scheme is still present in the final build.

I'm wondering if FlutterFlow's build process might be overriding my changes or if there's another configuration file that I'm overlooking. Has anyone encountered this issue or have suggestions on how to ensure that the updated URL scheme is correctly reflected in the final build?

Any guidance would be greatly appreciated.

Thank you in advance for your assistance!

Best regards,

What have you tried so far?

๐Ÿ‘

Did you check FlutterFlow's Documentation for this topic?
No
1