Problem:
Official rules for sweepstakes and contests, must be presented in the app and make it clear that Apple is not a sponsor or involved in the activity in any mannerSolution:
在App裡注明Apple和sweepstakes or contest無關
MPNowPlayingInfoCenter *playInfo =[MPNowPlayingInfoCenter defaultCenter];
UIImage *albumArtImage = [UIImage imageNamed:@"Default.png"];
MPMediaItemArtwork *albumArt = [[MPMediaItemArtwork alloc] initWithImage:albumArtImage];
NSArray *objs = [NSArray arrayWithObjects:@"我在乎" ,@"戴佩妮", albumArt, nil];
NSArray *keys = [NSArra arrayWithObjects:
MPMediaItemPropertyTitle, MPMediaItemPropertyArtist,
MPMediaItemPropertyArtwork, nil];
playInfo.nowPlayingInfo = [NSDictionary dictionaryWithObjects: objs forKeys:keys];