Rate Limits

Our SDKs include rate limit checks for API requests from the following versions. It's aimed at protecting our API from unexpected DoS attacks from SDKs due to unintended usage.

PlatformVersion
iOS5.1.1
Android6.1.1
React Native6.1.0
Flutter7.1.0
Unity6.1.0
Cordova4.1.0

Every endpoint and every set of arguments separate the limits. The count of identical API requests per second is limited to 5. Exceeding this amount will cause a RateLimitExceeded error, described here.

If you receive the error mentioned above, ensure you don't call Qonversion SDK methods multiple times from several threads on each screen/view render method, etc.