cordova-plugin-accountkit
cordova-plugin-accountkit copied to clipboard
Callback not working and SMS code not autofilled
Sms already received but it not autofilled to the form.
Which OS?
i'm using Android 4.4.4 on XIAOMI device
Callback also not working if open accountkit ui thread opened
Hm. Do you have the right permissions?
It should be
<uses-permission android:name="android.permission.RECEIVE_SMS" />
@gurisko yes i did, but now the main issue is callback is not working if accountkit ui opened so after accountkit step finished then back to the apps and nothing happend
I tried to reproduce this but no success. Would you mind creating a repo with the code where this occurs?