Programista
Programista

Reputation: 1064

How to change itunes app link country code?

My app store app link is https://itunes.apple.com/us/app/appname/appid?l=pl&ls=1&mt=8

How can i change the country code "us" so it will be listed on app store below a country code that i will choose?

Upvotes: 1

Views: 1249

Answers (1)

Max
Max

Reputation: 6238

If you want to link to a specific country, you have to change the "us" country code to one from Apple's country codes list: https://help.apple.com/app-store-connect/#/dev997f9cf7c

Examples:

Edit after end of the App Store affiliate program:

Recommended (=best user experience):

If you want to get a link that automatically "translates" into the user's language use the "geo" subdomain:

https://geo.itunes.apple.com/app/id0123456789 (You can actually leave the country code in the link, still gets changed to the right store)

Upvotes: 1

Related Questions