WTRestrictedAppleiOSSDKAPI Constants Reference

Declared in WTWikitudeTypes.h

WTRestrictedAppleiOSSDKAPI

WTRestrictedAppleiOSSDKAPI represents Apple APIs that need to be authorized by the end user in order to access them.

These constants represent APIs that are potentially used by the Wikitude SDK, depending on the features that are used.

Definition

typedef NS_ENUM(NSUInteger, WTRestrictedAppleiOSSDKAPI ) {
   WTRestrictedAppleiOSSDKAPI_Camera = 0,
   WTRestrictedAppleiOSSDKAPI_Location,
   WTRestrictedAppleiOSSDKAPI_PhotoLibrary,
};

Constants

WTRestrictedAppleiOSSDKAPI_Camera

Represents access to the device camera. Please note that the ‘NSCameraUsageDescription’ key needs to be defined in the applications *-Info.plist.

Declared In WTWikitudeTypes.h.

WTRestrictedAppleiOSSDKAPI_Location

Represents access to the current GPS position of the device Please note that the ‘NSLocationWhenInUseUsageDescription’ key needs to be defined in the applications *-Info.plist.

Declared In WTWikitudeTypes.h.

WTRestrictedAppleiOSSDKAPI_PhotoLibrary

Represents access to the Camera Roll album in Photos.app

Declared In WTWikitudeTypes.h.

Declared In

WTWikitudeTypes.h