I have used this code for sending gift
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]];
but when app will redirect to appstore it tells me "This feature is no longer supported". Does apple change url for the request? or disable this feature?