Razorpay not working in ionic 4 and android 7.0.0 - ionic4

I have created Ionic 4 application and integrated Razorpay. Razorpay callback is working fine in android version 7.1 or greater version. but when I using Razorpay in android version 7.0.0 frame opens but when i clicked on Success or Failure then it reload my whole application and not calling any callback.

Related

Realm crashes in react-native for android 10?

We have recently updated our react-native project to 0.62.2. To perform the linking we need to update the realm version to 6.0.0. It is working fine on ios but it is crashing on android 10 only. Below android 10 it is also working fine. We have realm version 0f 0.29.2 initially. After that we again degraded the version of realm to 0.29.2 then it is working fine. We have also updated the version above 6 also but the same problem occurs.
How can we update our realm to 6.0.0 or any version above it for android 10?

Converting to Ionic 4, but old Ionic 3 pages appear on second run

I am converting an existing Ionic 3 app to Ionic 4. The first time I run the app on an Android emulator, I get the new Ionic 4 app. The second time I run the same app, I get the Ionic 3 app!
I did the conversion by starting with a new Ionic 4 starter project, generating new pages etc and then migrating the content into the new pages from the Ionic 3 app.
I build the new app with ionic cordova build android and it generates an APK: platforms/android/app/build/outputs/apk/debug/app-debug.apk
I install the APK on an emulator with adb install -r platforms/android/app/build/outputs/apk/debug/app-debug.apk
Then, as I described, the first time the app runs, it shows the new Ionic 4 app. I know it's the new app because I've added "Ionic 4" to the top nav toolbar. Then if I dismiss the app and run it again, I get the old Ionic 3 app come up instead. It's not even the current version of the Ionic 3 app - it's some older version of the app. I don't know where it's getting this old source from.
If I uninstall the app and re-install it, I again get the new Ionic 4 app one time only before it goes back to the Ionic 3 app.
I've tried:
Creating a brand new emulator, so the Ionic 3 app has never been installed on it. No change.
Removing and re-adding the android platform. No change.
Checked that the pages are definitely only in my project once (so I don't have version 3 and 4 pages together).
Tried debug and release builds. No change.
Any thoughts? I'm running out of ideas.
Install Ionic 4 Globally
ionicframework
npm install -g ionic
I finally found the answer. The Ionic 4 app now includes the cordova-plugin-ionic plugin, which will automatically attempt to upgrade the app at runtime from the Ionic Pro repository. This upgrade runs in the background by default when you launch the app. We had an Ionic 3 version of the app in the Ionic Pro repository, with the same APP_ID as the Ionic 4 app. So when our Ionic 4 app ran, it silently "upgraded" itself to the Ionic 3 version of the app. Then the next launch of the app would run the Ionic 3 version of the app.

Appium 1.6 1 with IOS 10 and Xcode 8.0 - unable to launch appium inspector

I am trying to automate iOS iPAD native app. I have installed Appium 1.6.1 as per the instructions given git web site. However I am unable to launch the application and also appium inspector to locate/identify the objects in my native app.
I am trying to connect to realiPad device with iOS v9.3.5
With xcode 8.0 you cannot run your tests on ios 9 devices.Either you have to downgrade the xcode and appium or you have to run on ios 10 devices.

Titanium SDK 3.5 not adding Splash Screen for iPhone 5

I was using SDK3.4.1 and the build was fine for iPhone, I submitted it successfully on iTunes Connect using Application Loader, but since SDK 3.4.1 doesn't support 64bit it got rejected. I upgraded my sdk to 3.5.0 but this time although I have splash screen present for iPhone 5 (Default-568h#2x.png) but it's keep giving me error that the binary is not iPhone 5 optimized and the splash screen is missing. I'va cleaned, created new project and done everything but cannot solve this problem. Any Help?
Thank you

Issue in installing Android platform 2.2

I am new to titanium, i already set Android sdk its working fine with my eclipse indigo. I mean i can able to launch android 2.2 google api emulator in that IDE. But In titanium it showing error message Items required An Android SDK is missing.Titanium requires Android platform 2.2 I have follow this post Titanium Studio cannot find Android SDK and fixed some path issues. But still i am getting same error. Need guidance to set up environment.