Where is the value of the SKStoreProductParameterProviderToken obtained?

When setting up product dictionary keys for SKStoreProductViewController, Apple API Documentation mentions a new one for iOS 8.3 token called SKStoreProductParameterProviderToken, which can help promote the affiliate program. There is no further description of where to find the value of this token, and the above link to view the View Analytics App link does not mention this new token.

Does anyone know where you found this? I don't see it on iTunes Connect or developer portal.

+3


source to share


2 answers


Finally, burned the incident and asked Apple to clarify directly.

For others who may be able to do so, the API documentation at the time of posting does not contain important information about this new SKStoreProductParameterProviderToken.



This token value is provided by the developer to help track the iTunes Connect App Analytics campaign. This is a 40 byte NSString instance and is only available in iOS 8.3 and above. No more no less.

+2


source


Unfortunately, the accepted answer is not entirely correct. Exactly:



  • SKStoreProductParameterCampaignToken

    - the name of your campaign that you can think of, and can be any string (max. 40 bytes).
  • SKStoreProductParameterProviderToken

    is the vendor ID of the developer who wants to see the campaign in iTunesConnect App Analytics. You can create a provider ID here .
0


source







All Articles