Open manasgond opened 2 years ago
Getting above error when trying to create user.
Hi @manasgond we need some more details for the issues reported by you . you can schedule a call with us according to your convenient time using the below link https://calendly.com/d/dsd-y9r-xdf/technical-support-working-hours?month=2022-09
Scheduled.
Any updates on this issue, I am experiencing the same. Thank you @nikhil290
{"code": "GS402", "message": "Either publishable_key or package_name is wrong"}
RNRoam?.createUser( "Hello world", (success) => { // once user is created send the roam user id to our BE service // this roam user id which will help us to login him console.log(success, '----success--roam user created successfully---->>'); }, (error) => { console.log(error, '---roam user creation fails---->>'); }, ); []