Quote:
Originally Posted by scotopia
I got another quick question. I want to know what the affiliate link will be for a new app before it gets in the store.
where MY APP NAME is the app name and MYNUMBER is the app ID. (copy paste the link and the ones in my OP and paste them somewhere to compare).
|
Test this, as I'm trying to respond from memory and a single cup of coffee. First you need to decipher the name of your app in iTunes store. You should be able to get the app ID from iTunes Connect. Linkshare includes a link generator in their site. Use it to construct a couple URL for your apps and see what's different between the two. Should only be the app name and ID. Key thing you
don't want to change is your Linkshare partnerid.
I thought there was an existing thread in this forum covering this in detail, but I can't find the link to it right now. You might also want to check the help file in Linkshare.
Quote:
Originally Posted by scotopia
If so how would special characters need to be fore the app name. (as my app name is like "This Thing : Super Awesome" with a colon in it. Thanks!
|
Does Apple allow special characters in the App name? Since you're passing a URL, I think you
have to escape/encode it (e.g. a space becomes "%20").
I recommend you try constructing some test URL for existing apps on the app store and see what works. I didn't find it very intuitive. For example my app name is "Kevin Smith", but in the Linkshare URL they change it to "kevin-smith". Had I guessed I would have used "kevin%20smith".