jarden-digital / react-native-recaptchav3

Haskkor/react-native-recaptchav3
MIT License
48 stars 77 forks source link

On calling refreshToken() returns undefined #6

Closed srajesh636 closed 4 years ago

codebymani commented 4 years ago

refreshToken() returns "null" for me in ios @srajesh636 did you find any workaround?

bockc commented 3 years ago

Same for me, and it does not trigger the onReceiveToken callback, so no recaptcha token for iOS.....

EDIT: found out that for the captchaDomain you have to set captchaDomain="https://com.package.name", simply putting your package name like captchaDomain="com.package.name" won't work