What happens when an invalid Project ID is passed to the start() method?
- 28 Oct 2022
- 1 Minute To Read
- Print
- DarkLight
- PDF
What happens when an invalid Project ID is passed to the start() method?
- Updated On 28 Oct 2022
- 1 Minute To Read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing 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?