You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
Is userInfo.url required on Android? If so, the readme could be updated to say that. I'm just curious and making sure i'm not doing anything wrong. Thanks for the awesome library!
The text was updated successfully, but these errors were encountered:
I'm assuming it's failing at the getString("url"); line. I couldn't tell you why it was written in a way that made it required, but it appears it may be, along with userInfo on Android. Unfortunately I did not write our android code so it's still primarily a black box to me. Would you mind taking a look and seeing if there is an easy way to make that attribute optional?
On Android, the only way to get my Android build to work is to specify the
userInfo
property with aurl
field.This works:
But this crashes the app:
Is userInfo.url required on Android? If so, the readme could be updated to say that. I'm just curious and making sure i'm not doing anything wrong. Thanks for the awesome library!
The text was updated successfully, but these errors were encountered: