vungo99
vungo99
tks for your reply. one more question about the edge case, when 2 or more SMS OTPs are sent at the same time, can pinput detect correctly SMS OTP from...
Can I use smsCodeMatcher to detect OTP when message has many number like : "your account 123456 will receive OTP 654321 and has valid in 300s " => detect otp...
Yes, they have the same length like : " your id 022C123456 will receive OTP 666666 in 300s". I write regex OTP\\s*(\\d{6}) but not work. Can you suggest regex for...
smsCodeMatcher: '\b(\d{6})\b', right ?
oh tk u so much !! It work like a charm :D
hi @Tkko , I have the issue : msg 1 : "TBC: your id 022C123456 will receive OTP 666666 in 300s " msg 2 : "your id 022C123456 will receive...
I use it too, but can't apply 🙈🙈🙈
https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/630#issuecomment-3074043133 check this thread
any solution for this issue? please help
I believe the issue is a limitation from AppsFlyer. Please see the link below: https://www.appsflyer.com/use-cases/customer-experience-deep-linking/universal-linking-challenges-ios-10-3/ I encountered this issue when copying and pasting the OneLink into a browser—it doesn't work....