I am working on a banking app and want to make OTP more complex by including special characters in it. But on iPhone, what i observe that it ignores OTP sms if the OTP is comprising of special characters. How can I use Special Characters in OTP for iOS app and make the Keypad auto pick it?
I tried using escape sequence but it didn't work. On the other hand, its working fine on Android phones.