Cahyanudien Aziz Saputra

Results 7 comments of Cahyanudien Aziz Saputra

you need add manual app id. ```js import { CheckVersionOptions, checkVersion } from "react-native-check-version"; const options: CheckVersionOptions = { bundleId: "com.example.id", // Replace with your bundle ID }; const appVersion...

great, you need re-run yarn android or npm android. for auto check your bundleId and currentVersion. ```js const appVersion = await checkVersion(); // now you can remove option

I encountered the same issue, at first I thought all the code I wrote was in accordance with what was recommended, but after I looked closely at the same issue...

> I encountered the same issue, at first I thought all the code I wrote was in accordance with what was recommended, but after I looked closely at the same...

@Vittor-Javidan I've tried to do a closed test, and the IAP can work with same email tester. make sure the Log can appear on the screen to find out more.

but I'm having problems starting the app on the device. the application cannot decrypt files that have been encrypted earlier. any solution?