• Home
  • MAD
  • Concept Series
    • Software Design
    • Software Arch
    • GIT & Github
    • System Design
    • Cloud
    • Database Integration
    • Push Notification
    • API Integration
    • Cocoa PODS
  • DSA
  • Interview
  • Tips&Tricks
  • YT
  • Home
  • MAD
  • Concept Series
    • Software Design
    • Software Arch
    • GIT & Github
    • System Design
    • Cloud
    • Database Integration
    • Push Notification
    • API Integration
    • Cocoa PODS
  • DSA
  • Interview
  • Tips&Tricks
  • YT
  • #News
  • #APPS
  • #Events
    • #WWDC
    • #I/O
    • #Ignite
  • #Let’s Talk

MyCodeTips mycodetips-newlogocopy1

  • Home
  • MAD
  • Concept Series
    • Software Design
    • Software Arch
    • GIT & Github
    • System Design
    • Cloud
    • Database Integration
    • Push Notification
    • API Integration
    • Cocoa PODS
  • DSA
  • Interview
  • Tips&Tricks
  • YT
IOS, Swift, XCode

List of cocoa permission keys for IOS,Mac OS,Tv OS,Watch OS !

cocoa permission keys

Cocoa and Cocoa Touch are the environments used to define apps that run in macOS, iOS, tvOS, and watchOS. The keys associated with the Cocoa environments provide support for Interface Builder nib files and provide support for other user-facing features vended by your bundle.Cocoa keys use the prefix NS to distinguish them from other keys.

GCSupportedGameControllers
Specifies the types of game controllers allowed or required for your app.
GCSupportsMultipleMicroGamepads
Specifies that the physical Apple TV Remote and the Apple TV Remote app should operate as separate game controllers.
GKGameCenterBadgingDisabled
Specifies whether your app is badged.
GKShowChallengeBanners
Specifies whether banners are shown within an app.
NETestAppMapping
Enables testing of per-app VPN app extensions without using an MDM server.
NFCReaderUsageDescription
Specifies the reason for your app to use the device’s NFC reader.
NSAppleMusicUsageDescription
Specifies the reason for your app to use the media library.
NSAppleScriptEnabled
Specifies whether AppleScript is enabled.
NSAppTransportSecurity
Specifies changes to the default strong security for HTTP connections in iOS and macOS apps and app extensions.
NSBluetoothPeripheralUsageDescription
Specifies the reason for your app to use Bluetooth.
NSCalendarsUsageDescription
Specifies the reason for your app to access the user’s calendars.
NSCameraUsageDescription
Specifies the reason for your app to access the device’s camera.
NSContactsUsageDescription
Specifies the reason for your app to access the user’s contacts.
NSDockTilePlugIn
Specifies the name of app’s Dock tile plug-in, if present.
NSHealthShareUsageDescription
Specifies the reason for your app to read the user’s health data.
NSHealthUpdateUsageDescription
Specifies the reason for your app to make changes to the user’s health data.
NSHomeKitUsageDescription
Specifies the reason for your app to access the user’s HomeKit configuration data.
NSHumanReadableCopyright
(Localizable) Specifies the copyright notice for the bundle. This key replaces the obsolete CFBundleGetInfoString key.
NSJavaNeeded
Specifies whether the program requires a running Java VM.
NSJavaPath
An array of paths to classes whose components are preceded by NSJavaRoot.
NSJavaRoot
The root directory containing the java classes.
NSLocationAlwaysUsageDescription
Specifies the reason for your app to access the user’s location information at all times.
NSLocationUsageDescription
Unused. Use NSLocationWhenInUseUsageDescription or NSLocationAlwaysUsageDescription instead.
NSLocationWhenInUseUsageDescription
Specifies the reason for your app to access the user’s location information while your app is in use.
NSMainNibFile
The name of an app’s main nib file.
NSMicrophoneUsageDescription
Specifies the reason for your app to access any of the device’s microphones.
NSMotionUsageDescription
Specifies the reason for your app to access the device’s accelerometer.
NSPersistentStoreTypeKey
The type of Core Data persistent store associated with a persistent document type.
NSPhotoLibraryAddUsageDescription
Specifies the reason for your app to get write-only access to the user’s photo library.
NSPhotoLibraryUsageDescription
Specifies the reason for your app to access the user’s photo library.
NSPrefPaneIconFile
The name of an image file resource used to represent a preference pane in the System Preferences app.
NSPrefPaneIconLabel
The name of a preference pane displayed beneath the preference pane icon in the System Preferences app.
NSPrincipalClass
The name of the bundle’s main class.
NSRemindersUsageDescription
Specifies the reason for your app to access the user’s reminders.
NSServices
An array of dictionaries specifying the services provided by an app.
NSSiriUsageDescription
Specifies the reason for your app to send user data to Siri.
NSSpeechRecognitionUsageDescription
Specifies the reason for your app to send user data to Apple’s speech recognition servers.
NSSupportsAutomaticTermination
Specifies whether the app may be killed to reclaim memory.
NSSupportsPurgeableLocalStorage
Declares that the app can depend on nonlocal storage for user data.
NSSupportsSuddenTermination
Specifies whether the app may be killed to allow for faster shut down or log out operations.
NSUbiquitousContainer
Specifies the iCloud Drive settings for each container.
NSUbiquitousContainerIsDocumentScopePublic
Specifies whether the iCloud Drive should share the contents of this container.
NSUbiquitousContainerName
Specifies the name that the iCloud Drive displays for your container.
NSUbiquitousContainerSupportedFolderLevels
Specifies the maximum number of folder levels inside your container’s Documents directory.
NSUbiquitousDisplaySet
Specifies the mobile document data that the app can view.
NSUserActivityTypes
Specifies the user activity types that the app supports.
NSUserNotificationAlertStyle
Specifies whether the notification style should be banner, alert, or none. The default value is banner, which is the recommended style.
NSVideoSubscriberAccountUsageDescription
Specifies the reason for your app to access the user’s TV provider account.
UTExportedTypeDeclarations
An array of dictionaries specifying the UTI-based types supported (and owned) by the app.
UTImportedTypeDeclarations
An array of dictionaries specifying the UTI-based types supported (but not owned) by the app.
Liked it? Take a second to support Ranjan on Patreon!
become a patron button
  • Click to share on Reddit (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • More
  • Click to share on Pocket (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
Written by Ranjan - 2131 Views
AUTHOR
Ranjan

Namaste, My name is Ranjan, I am a graduate from NIT Rourkela. This website is basically about of what i learnt from my years of experience as a software engineer on software development specifically on mobile application development, design patterns/architectures, its changing scenarios, security, troubleshooting, tools, tips&tricks and many more.

Next Post
Previous Post

Support us

mycodetips
mycodetips

Follow us @ LinkedIn 2850+

Subscribe for updates

Join 8,213 other subscribers

Latest Posts

  • YT-Featured-solidprinciples
    SOLID Principles of Software Design
  • IOS 16 Features
    Latest features in IOS 16
  • r-language
    How can R language be used for data analysis?
  • wordpress-coding-blog
    Guide To WordPress Coding Standards
  • YT-Featured-Algorithm
    What is Algorithm?
  • Frameworks of IOS
    Frameworks of IOS – Part ( I )
  • NSFileManager or NSPathUtilities
    NSFileManager or NSPathUtilities in Objective-C
  • Passing data between view controllers in Objective-C
    Passing data between view controllers in Objective-C
  • structures-classes-enum
    Structures and Classes in swift !
  • control-system-swift
    Control Flow in Swift
whiteboard

Whiteboard(PRO)

whiteboard

Whiteboard(lite)

alphabets

Kids Alphabet

techlynk

Techlynk

techbyte

Do2Day

techbyte

Techbyte

  • #about
  • #myapps
  • #contact
  • #privacy
  • #Advertise
  • #myQuestions

Android Android Studio API APP Programming Apps blogging CSS DATABASE dsa Features HTML HTML5 installation Interview Questions IOS iPhone javascript Mac objective-c OS Programming quicktips SDK SEO SQL swift Tips & Tricks Tools UI Web Wordpress Xcode

  • SOLID Principles of Software Design
  • Latest features in IOS 16
  • How can R language be used for data analysis?
  • Guide To WordPress Coding Standards
  • What is Algorithm?

©mycodetips.com