Paul and SnowyOriginal post
Apple Developer
So I am trying to publish my app and I am getting this error. Why?
The error message:
Asset validation failed
The following URL schemes found in your app are not in the correct format: [appwrite-callback-[PROJECT_ID]]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail. (ID: 7ab701ad-e531-4c7c-8349-11c7221fef0f)
Summary
Title: Asset validation error when publishing app (Swift Error)
Message: I'm encountering an error when trying to publish my app. The specific error message says "Asset validation failed" and mentions an issue with the URL schemes. Can someone explain why this is happening?
Error:
- The URL schemes in the app are not in the correct format.
- URL schemes should start with an alphabetic character and only contain alphanumeric characters, periods, hyphens, or plus signs.
- Reference to RFC1738 for more details.
Solution:
- Make sure the URL schemes in the app follow the correct format as specified.
- Ensure