appStoreUrl: Where to get the correct URL?

Hi everyone,

Recently, I’ve deployed my first app to the stores, and now I’m trying to setup the appStoreUrl in the app.json file.

Through https://linkmaker.itunes.apple.com I’m generating my link, and it gives me a link in the format: https://apps.apple.com/us/app/APPNAME/ID?mt=8. This generates the following error, when trying to use it in my app through the appStoreUrl property:

Error: Problem validating fields in app.json. See https://docs.expo.io/versions/v33.0.0/workflow/configuration/
 • Field: ios.appStoreUrl - 'ios.appStoreUrl' should match pattern "^https://itunes\.apple\.com/.*?\d+".

How do I get the URL that Expo expects?

Thanks!

Figured it out, simply replacing apps by itunes is enough.

1 Like

Happy to hear you got it sorted out!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.