We can quickly distribute app to a specific set of beta testers over-the-air immediately with Test flight. In the below short note, I listed 4 simple steps to begin with Test Flight. Step 1: ’Test Flight’ app needs to be installed in the iPhone device & login to Apple account mail (Previously shared with Developer) in the same. App Store download link Step 2: Whenever a developer publishes a new build (via iTunes connect panel), All testers will receive an invitation mail from Test Flight. Step 3: After invitation accepted, Open the test flight app, install test build.  Example for step 2 & 3 ( Image Source : Appcoda) Step 4: Now we can start testing the app. In case any future app build updates, testers will receive notifications. That's all. Hope these steps will help new testers & promises a great quality app in the app store.
Long waiting is over. !! iOS 12 brings Autofill for OTP text field which is close to Android provided a decade back. Previously in iOS we used to toggle between OTP text screen and message inbox. Which was hard to remember and time consuming resulting a bad user experience. Personally, I have been asked from the client/customer couple of times to implement autocompletion for OTP field and took me a lot of time to convey that it is not possible in iOS. Why Autofill was not possible previously? We all know that Apple gives at most care for user privacy. When we see iOS architecture, each individual app is like a separate island. There is no inter-app bridge between apps (exception for Keychain and URLSchemes APIs which gives very limited scope). Thus we cannot read message content from inbox. Where to start Autofilling? First of all, the target SMS need to have the OTP Code with prefix string "Code" or "Passcode"on its message content. Beware of OTP c...