-
Notifications
You must be signed in to change notification settings - Fork 11
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
iOS: Cannot create Factors #17
Comments
@tonyjaimep Is this happening only for iOS? Also, please take into account that the access token's TTL is 1 minute, you will need to generate a new one before running the app when hard-coding the value |
@yafuquen yes, only for iOS. UpdateThat's apparently not the issue since the factor is being created almost immediately after generating the token
|
After inspecting the network request generated by |
What if I want to use FCM instead of APNs for iOS? |
Currently, we only support APNs for iOS, you can see an example here. Our example app is using react-native-push-notification |
I am facing the same problem but I using react-native-notifications to handle the APN token however I getting the error : This is my code:
|
@irvingAlto Could you confirm the push react native library you are using? |
Description
As the title suggests, I'm getting an error when I try creating Factors, the error log is provided below
I'm using a physical iOS device, and getting this error both in my own app and in the provided example app.
It may be worth noting that I'm not using the sample backend. I'm hard-coding the values I'm getting in my own app into the example app.
Steps to Reproduce
console.log
it usingJSON.stringify
.Expected Behavior
Verification factors can be created in iOS devices
Demo Project
I am able to reproduce this issue in the example app.
Versions
0.64.1
(version in example app).Log
The text was updated successfully, but these errors were encountered: