So I have been trying to update an app on Ios that was previously deployed from a different platform ie NOT FLUTTERFLOW.
I have ensured bundle IDs match across FF, firebase and Appstore
I have also added the necessary credentials within FF for deployment but I keep getting the error below
********************
Failed Step: Fetch signing files
GET https://api.appstoreconnect.apple.com/v1/bundleIds?limit=100&sort=name&filter%5Bidentifier%5D=com.app.internationalmasterchefs&filter%5Bplatform%5D=IOS returned 401: Authentication credentials are missing or invalid. - Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens Build failed :| Step 4 script `Fetch signing files` exited with status code 1
********************
Anyone who has solved this kind of problem before Serge Middendorf