I have get my In app purchase code set up and i can perform purchase successfully. And when i try to retrieve receipt data with this
NSData *dataReceipt = [NSData dataWithContentsOfURL:[[NSBundle mainBundle] appStoreReceiptURL]];
NSString *receipt = [dataReceipt base64EncodedStringWithOptions:0];
I get response with nil when calling appStoreReceiptURL, does anyone know what is the possible root cause? i'm running out of my mind trouble shooting this.