What happens when an invalid Project ID is passed to the start() method?
- 20 Jun 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
What happens when an invalid Project ID is passed to the start() method?
- Updated On 20 Jun 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Project ID can be invalid in the following two cases:
- When the Project ID is either null or empty, the SDK returns without changing any of the in-app experience.
- When the Project ID is not a valid 32 bit or the Project ID doesn't exist in the backend, then the SDK obtains the error code, and the error is handled with respect to the obtained error code.
Was this article helpful?