How to install Application via Test Flight in IOS ?
I found something on how to install Application via Test Flight in IOS . Here, appStoreReceiptURL is an instance property, which we can find from main bundle. Here, I am adding snippet for both Objective-C and Swift. Objective-C - (BOOL)isTestFlight {…
How to type in Android Emulator using PC-Keyboard
Option-1 Go to windows-> Avd Manager . Select your AVD and edit it and add keyboard support under Hardware section . Make its boolean value true and Enjoy typing with PC’s keyboard. Option-2 For those who are using Android Studio. Open Android…