IOS8 automatically subscribes to post receipt data because of Terminated due to memory issue flicker.

//
NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL];
NSData *receiptData = [NSData dataWithContentsOfURL:receiptURL];

//post 
NSDictionary *dict = @{@"receipt-data": [receiptData base64EncodedStringWithOptions:0]};
//dict    "Terminated due to memory issue" 
[request postRequest:dic block:^(NSDictionary* dic){
}];

ask for a solution.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3294b-4d4c4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3294b-4d4c4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?