我已使用此代码发送礼物
NSString *giftAppURL = [NSString stringWithFormat:@"https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/giftSongsWizard?gift=1&salableAdamId=APP_ID&productType=C&pricingParameter=STDQ"];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:giftAppURL]];
但是当app重定向到appstore时,它会告诉我“不再支持此功能”。 苹果是否更改了请求的网址?或禁用此功能?