MCEProvisioning Class Reference

Inherits from NSObject
Declared in MCEProvisioning.h
MCEProvisioning.m

Overview

The MCEProvisioning class reads from the embedded.mobileprovision file in the application package to determine the environment that it is currently running on.

+ sharedInstance

This method returns the singleton object of this class.

+ (MCEProvisioning *)sharedInstance

Discussion

This method returns the singleton object of this class.

Declared In

MCEProvisioning.h

  certificateExpiration

The certificateExpiration property specifies when the developer certificate expires.

@property NSDate *certificateExpiration

Discussion

The certificateExpiration property specifies when the developer certificate expires.

Declared In

MCEProvisioning.h

  binaryEnvironment

The binaryEnvironment property specifies if the binary is running in the “debug”, “ad-hoc”, “enterprise”, or “appstore” environment.

@property NSString *binaryEnvironment

Discussion

The binaryEnvironment property specifies if the binary is running in the “debug”, “ad-hoc”, “enterprise”, or “appstore” environment.

Declared In

MCEProvisioning.h

  provisionedDevices

The provisionedDevices property specifies the Device UDIDs that the binary is provisioned to run on.

@property NSArray *provisionedDevices

Discussion

The provisionedDevices property specifies the Device UDIDs that the binary is provisioned to run on.

Declared In

MCEProvisioning.h

– certificateExpired

The certificate expired method returns TRUE if the certificate is expired and FALSE otherwise.

- (BOOL)certificateExpired

Discussion

The certificate expired method returns TRUE if the certificate is expired and FALSE otherwise.

Declared In

MCEProvisioning.h

  appGroups

The appGroups property contains the entitled app groups from the apps' entitlements file.

@property NSArray<NSString*> *appGroups

Discussion

The appGroups property contains the entitled app groups from the apps' entitlements file.

Declared In

MCEProvisioning.h