@bifold/react-native-attestation 2.12.1 → 2.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/Attestation.mm +1 -1
- package/package.json +1 -1
package/ios/Attestation.mm
CHANGED
|
@@ -269,7 +269,7 @@ RCT_EXPORT_METHOD(appleAttestation:(NSString *)keyId
|
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
RCT_EXPORT_METHOD(getAppStoreReceipt:(RCTPromiseResolveBlock)resolve
|
|
272
|
-
|
|
272
|
+
reject:(RCTPromiseRejectBlock)reject) {
|
|
273
273
|
NSURL *appStoreReceiptURL = [[NSBundle mainBundle] appStoreReceiptURL];
|
|
274
274
|
|
|
275
275
|
if (appStoreReceiptURL && [[NSFileManager defaultManager] fileExistsAtPath:[appStoreReceiptURL path]]) {
|