Class
PlayerErrorEvent
See PlayerListener for more information on this event.
@objcMembers @objc(BMPPlayerErrorEvent) class PlayerErrorEvent
Overview
Possible error codes for PlayerErrorEvent:
| Code | Description |
|---|
| 1002 | Verification of the player license key failed. A valid license must be provided in the Info.plist file or via key. |
| 1003 | The license request failed or was denied by the server. One possible reason is that the Bundle ID of the app is not authorized for the specified player license key. Make sure that the Bundle ID of the application is registered for the license key provided in the Info.plist file or in the PlayerConfig. This can be done in the Bitmovin dashboard. |
| 1004 | A general error code for Advertising errors. |
| 1200 | A general error code for network errors. |
All other error codes are provided by OS frameworks such as CoreMedia, AVFoundation, CFNetworking etc. These error codes can be negative values and many of them are not documented by Apple.
Topics
Initializers
Instance Properties
Relationships
Inherits From
Conforms To