Archived - iAd Producer: Unable to find music or an album from iTunes Store outside of US
Products Affected
iAd Producer
Symptoms
After adding the iTunes music ID number in the inspector, you may see the alert "There are no items listed in the store with the ID..."
Resolution
This issue was resolved in iAd Producer 1.1. You should download the latest version of iAd Producer from http://developer.apple.com. Projects created in iAd Producer 1.0 that used the workaround below will not function in version 1.1.
In iAd Producer 1.0, the Song ID field in the purchase page inspector supports only the U.S. iTunes Store. To use iTunes content from stores other than the US, apply the viewControllerViewDidLoad page event with the following code:
this.onViewControllerViewWillAppear = function(event) {
this.outlets.storeView.getITunesData('<STORE_ID>&country=<COUNTRY_CODE>');
};
Twitter
Facebook