Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android blank screen issue on confirmation screen #4

Closed
sbalcin opened this issue Jul 28, 2023 · 3 comments
Closed

Android blank screen issue on confirmation screen #4

sbalcin opened this issue Jul 28, 2023 · 3 comments

Comments

@sbalcin
Copy link

sbalcin commented Jul 28, 2023

particle-auth screen remains blank without any error message in Android while interacting with the contract method, same flow works fine in IOS. Is there any way to see what's wrong, thanks

Screenshot 2023-07-28 at 10 34 54
@sbalcin
Copy link
Author

sbalcin commented Jul 31, 2023

same blank screen in android auth example of yours as well, is it about react native version ? have you test it before ?

@sbalcin
Copy link
Author

sbalcin commented Jul 31, 2023

it may be about encoding for Android like the library does for signMessage;
HexUtils.encodeWithPrefix(message.toByteArray(Charsets.UTF_8))
which is not exist on IOS side.
But contract methods handled in the following service which is not public:
network.particle:auth-service:...
could you please check that service or comment about the issue

@xxhong
Copy link
Collaborator

xxhong commented Aug 7, 2023

try with 1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants