Matan Cohen Abravanel
Matan Cohen Abravanel
I've been working so far with IOS (Simulator and device) and android nexus 5 (simulator) with android version 6.0. Now I've got a Samsung a3 for testing, android 6.0.1 and...
Using https://github.com/chirag04/react-native-in-app-utils for purchasing, and: InAppUtils.receiptData((error, receiptData)=> { if(error) { } else { IOSReceiptValidator.validate(receiptData).then(function (result) { }).catch(function (error) { }); } For getting last receipt, when trying to validate, getting...
On ios App will crush on real device if "NSMicrophoneUsageDescription" is not permitted, should add this to REDEME file. And thanks for this great repo!