What happens when an invalid Project ID is passed to the start() method?
- 31 Jan 2025
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
What happens when an invalid Project ID is passed to the start() method?
- Updated On 31 Jan 2025
- 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 does not change any of the in-app experience.
- When the Project ID is not a valid 32-bit or does not exist in the backend, then the SDK obtains the error code and handles the error based on the obtained error code.
Was this article helpful?