SmsVerifyCatcher icon indicating copy to clipboard operation
SmsVerifyCatcher copied to clipboard

Android library for phone number verification feature in your app. Automatically copies verification code from SMS right into the app. Made by Stfalcon

Results 15 SmsVerifyCatcher issues
Sort by recently updated
recently updated
newest added

**onRequestPermissionsResult(requestCode, permissions, grantResults)** is deprecated need new api to handle permission

Duplicate class com.stfalcon.smsverifycatcher.OnSmsCatchListener found in modules jetified-SmsVerifyCatcher-0.3.3-runtime (com.github.stfalcon-studio:SmsVerifyCatcher:0.3.3) and jetified-smsverifycatcher-0.3.2-runtime (com.github.stfalcon:smsverifycatcher:0.3.2)

may be found problem in permission

There was no callback or listener present for the case when user denied the requested permission. So, I added a listener named `PermissionDeniedListener` , and this can be called from...

Hi, I am getting below error in my Android Studio with 'smsverifycatcher' library. Please tell me what is the issue. Android Studio - 3.3 Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not HEAD...

Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at com.stfalcon.smsverifycatcher.SmsVerifyCatcher.onStart(Unknown Source) at com.text.verify.onRequestPermissionsResult(Unknown Source)