We just upgraded from v1.0.1 to v4.0.1 and are getting some errors thrown in production.
So far we've only rolled out our iOS release, so that's all the errors we're getting atm.
await Intercom.loginUserWithUserAttributes(userProfile)
Is throwing
Error: ERROR - [HTTP 429] - Request failed: client error (429)
This is happening for a small, but non trivial, amount of our users.
I can't find anything useful in the docs about this error or what might be contributing to it.
Â
So far it's limited to iOS v16+, but that might just be coincidence due to the larger % of users on the latest iOS version.