public final class CLLocationPushServiceError
extends java.lang.Object
Discussion: Error returned as code to NSError from -[CLLocationManager startMonitoringLocationPushesWithCompletion:].
| Modifier and Type | Field and Description |
|---|---|
static long |
MissingEntitlement
App is lacking the com.apple.developer.location.push entitlement
|
static long |
MissingPushExtension
App is lacking a Location Push Service Extension
|
static long |
MissingPushServerEnvironment
App is lacking APNS environment
|
static long |
Unknown |
public static final long Unknown
public static final long MissingPushExtension
public static final long MissingPushServerEnvironment
public static final long MissingEntitlement