Completion block of -[SKStoreProductViewController loadProductWithParameters:completionBlock:] is not called in some cases

Originator:blacksir
Number:rdar://22127487 Date Originated:
Status:Open Resolved:
Product:iOS Product Version:8.4
Classification: Reproducible:always
 
Summary:
Completion block of -[SKStoreProductViewController loadProductWithParameters:completionBlock:] is never called if provided product is not available in the current App Store

Steps to Reproduce:
Run the following code with your device signed in to Russian App Store

@import StoreKit;
SKStoreProductViewController *control = [SKStoreProductViewController new];
[control loadProductWithParameters:@{SKStoreProductParameterITunesItemIdentifier:@1017080757} completionBlock:^(BOOL result, NSError *error){
    NSLog(@"%d %@", result, error);
}];

Expected Results:
completion block must be run with error

Actual Results:
completion block never runs

Version:
iOS8.4

Configuration:
iPhone 5 64Gb, WiFi

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!