Apple iTunes Connect Analytics: attribution provider and campaign id value passing to the app delegate
问题 The new iTunes connect has analytics features now. You can specify the provider (pid) id and campaign id (cid) in the url. e.g. https://itunes.apple.com/fr/app/candy-crush-saga/id553834731?mt=8&pid=1234&cid=My_Campaign Can you pass those values into the app for various purposes? I could not find anything that points to that, even after checking: didFinishLaunchingWithOptions:(NSDictionary *)launchOptions ref: http://www.applift.com/blog/new-era-attribution-analytics.html 回答1: Unfortunately