Matt
Matt

Reputation: 2359

Is it possible to specify an iTunes Affiliate Token for In-App Purchases?

I know it is possible to include an affiliate token in an App Store URL, or in a SKStoreProductViewController object. But is it possible to do the same when a user buys an in-app purchase?

Upvotes: 1

Views: 177

Answers (2)

mrabins
mrabins

Reputation: 197

SKStoreProductParameterAffiliateToken

The value of this token is an instance of NSString, representing the affiliate identifier you wish to use for any purchase made through the view controller.

Looks like you can use this.

Upvotes: 1

Gordon Childs
Gordon Childs

Reputation: 36074

It doesn't seem to be possible to link to an In App Purchase, so you cannot install your affiliate token via that method. Although once someone has clicked your affiliated link (say to an app, song or movie) on a device, it looks like you can be credited for In App Purchases.

Upvotes: 1

Related Questions