-
Notifications
You must be signed in to change notification settings - Fork 2
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 side not working and same code is working for IOS in react native #108
Comments
Can you post a code snippet how you do a login |
Looping in the developers.
Jigar/Rashmi,
Can you send them what is needed?
Jameson
…On Fri, Jul 1, 2022 at 3:37 AM 'Dave Pol Lomber' via Developers < ***@***.***> wrote:
Can you post a code snippet how you do a login
—
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYK432ZSBPU2A7IE3CNVOJLVR2U43ANCNFSM52IIAZTQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Hi Team
We have resolved this with custom logic, but thank you for all your support
Thank you,
Kushal M
…---- On Fri, 01 Jul 2022 17:44:51 +0530 Customer Support ***@***.***> wrote ---
Looping in the developers.
Jigar/Rashmi,
Can you send them what is needed?
Jameson
On Fri, Jul 1, 2022 at 3:37 AM 'Dave Pol Lomber' via Developers ***@***.***> wrote:
Can you post a code snippet how you do a login
—
Reply to this email directly, #108 (comment), or https://github.com/notifications/unsubscribe-auth/AYK432ZSBPU2A7IE3CNVOJLVR2U43ANCNFSM52IIAZTQ.
You are receiving this because you authored the thread.
|
Hello , --> Signup.js
const User_signup_connectycube = (data) => { --> login.js Called this event on press of login button --> App.js componentDidMount() {
} --> Orderlist.js
} below is the code we do on press of the chat icon onPress={() => {
|
@GimmeForeDev1 looks good can you do the following 1 - enable logs https://developers.connectycube.com/reactnative/?id=configuration
2 - try to login on iOS and reproduce the issue. we should find a root cause there |
I am working in React native , when User sign up in android side at that time i'm getting catch block with error of "User not found" but when i sign up via IOS device i am not getting error and successfully sign up and chatting with user .
Please give some solution for this
The text was updated successfully, but these errors were encountered: