Automatic OTP verification in kony App?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Is there any way to access data from mobile SMS to kony application to do automatic OTP verification. Let me know the supported OS and minimum versions, if there is a solution. Thanks

Hi ,

There is no readily available widget as of now in Kony, instead you can try below approaches for each platform.

iOS : From iOS 12 ( Xcode 10 or later ) you can autofill the textbox/textview with the OTP from messages, but for this you need to create a custom widget using NFI instead of using Kony textbox.

Please refer the below link on how the same works on iOS

https://medium.com/@pr*f*l***l/ho-to-autofill-one-time-security-code-ios-12-1eae3d3daac6

Android: On Android you need to create a NFI using android.content.BroadcastReceiver class to listen for the SMS.

Please let us know if this is helpful!

Regards,