Open vandiepbui opened 3 years ago
I intergate MomoSDK to RN app. My app have bellow infomation: "react-native": "0.64.1", "react": "17.0.1",
./android/build.gradle: buildToolsVersion = "29.0.3" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30
When I call momo payment. My app always open ch play instead of Momo testing app. I have to downgrade compileSdkVersion and targetSdkVersion = 29 to resolve this problem.
Hope your team can fix it on SDK 30.
Thanks so much!
I intergate MomoSDK to RN app. My app have bellow infomation: "react-native": "0.64.1", "react": "17.0.1",
./android/build.gradle: buildToolsVersion = "29.0.3" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30
When I call momo payment. My app always open ch play instead of Momo testing app. I have to downgrade compileSdkVersion and targetSdkVersion = 29 to resolve this problem.
Hope your team can fix it on SDK 30.
Thanks so much!