MEHSARA IRFAN
MEHSARA IRFAN
Intercom.instance.loginIdentifiedUser(userId: userId); Intercom.instance.updateUser(userId: userId); these 2 functions gives this error
on IOS devices
if (isLogin) await Intercom.instance.loginIdentifiedUser(userId: userId); await Intercom.instance.updateUser(userId: userId, phone: phone, name: name, customAttributes: customAttributes); using this code without even login it shows error anywhere in app
even when i login it still gives error also only open app this error appeared without login
same implementation for android but it only appear in IOS no specific flow which cause this error randomly produce this error anywhere in app