Error 14801

Message

Possible error messages:

Without Resource Bundle (default)
  • Application identifier is missing.
  • Application identifier is missing.
With Resource Bundle
Domain Mobile.ApplicationError
Number 14801
Label APPLICATION_IDENTIFIER_MISSING
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

Application methods have been called without setting the application identifier first.

Action

Set the application identifier by invoking Application.setApplicationIdentifer (in Java), Application.ApplicationIdentifier (in C#), or setApplicationIdentifier method of SUPApplication class (in iOS/Objective-C) before calling any application method.