Fabrizio Bartolomucci

Results 16 issues of Fabrizio Bartolomucci

I implemented your solution for providing bus information in the today extension. All works quite fine in the Swift part, but for the completion handler for widgetPerformUpdateWithCompletionHandler to be called...

Simply said: that might be the correct way of submitting the receipt to the iTunes Store, but what should be the corresponding code in the objective-c code to transmit the...

Hullo, I would like to share the porting of the project to ARC. How may I do it? Thanks, Fabrizio

I am trying to translate the class into Swift to get rid of the regularly occurring issues and to eventually share it here for the hopeful benefit of everyone. Though,...

When I include the MKStoreKit files in my project I get error: reporting all `extern NSString *const` as: > Unknown type name 'NSString'. That does not stop compilation from completing,...

This new repository seems to lack the possibility of validating the purchase on the backoffice by communicating with Apple from there by means of verifyProduct.php. A few yes ago I...

I would like to switch to the new appStoreReceipt mechanism for validating in app purchases. Apple Tutorial works fine for doing it directly on the app but I am stuck...

Hullo, I am trying to port the solution to the new Receipt management by means of the appStoreReceiptURL. As in https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ReceiptFields.html now the NSData received is a bundle of a...

I need to execute a remote php script to update my DB after checking the receipt on the iTunes Store. All that works finely with the original solution of Mugunth's,...

The old solution of Mugunth's had the - (void) verifyReceiptOnComplete:(void (^)(void)) completionBlock onError:(void (^)(NSError*)) errorBlock Allowing to check the back-office for the correct processing of the purchase and so update...