• Home
  • Troubleshoot
  • #Example
    • C
    • C++
    • Python
    • R-Programming
  • DSA
  • Quiz
  • Tutorial Videos
  • Home
  • Troubleshoot
  • #Example
    • C
    • C++
    • Python
    • R-Programming
  • DSA
  • Quiz
  • Tutorial Videos
  • #Deals
  • #News
  • #WiKi
  • #APPS
  • #Events
    • #WWDC
    • #I/O
    • #Ignite
  • #Let’s Talk

MyCodeTips mycodetips-newlogocopy1

  • Home
  • Troubleshoot
  • #Example
    • C
    • C++
    • Python
    • R-Programming
  • DSA
  • Quiz
  • Tutorial Videos
IOS, Swift, XCode

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

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.
  • 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)
  • Click to share on Pocket (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
Written by Ranjan - 1756 Views
AUTHOR
Ranjan

I m Ranjan and Sharing my years of experience in Software Development. Love to code in Mobile apps (IOS, Android, Power Apps, Xamarin, Flutter), Machine Learning ( Beginner ), Dot Net, Databases ( SQL Server, MySql, SQLite), WordPress, Cloud Computing ( AWS, Azure, Google, MongoDB) and many more as required on project-specific. Besides this love to travel and cook.

Next Post
Previous Post

Subscribe for updates

Join 5,733 other subscribers

whiteboard

Whiteboard(PRO)

whiteboard

Whiteboard(lite)

alphabets

Kids Alphabet

techlynk

Techlynk

techbyte

Do2Day

techbyte

Techbyte

Latest Posts

  • 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
  • swift-concurrency-await
    Concurrency in Swift
  • time-complexity-dsa
    The Term Time Complexity in DSA
  • objective-c-datatypes1
    Objective-C Data Types
  • Convert-jpeg-word
    Convert JPG to Word – Tips You Should Try!
  • objective-c-control-statements2
    Objective-C control statements and loops !

Quick Links

  • #about
  • #myapps
  • #contact
  • #privacy

Other Websites

  • #myQuestions
  • #myBhojanalaya
  • #gadgetFacts
  • #ifscCodesDB

Tag Cloud

Android Android Studio API APP Programming Apps ARC asp.net blogging Browser Config CSS DATABASE DFD error Features GUI HTML HTML5 IDE IIS installation Interview Questions IOS iPhone javascript Mac objective-c OneDrive OS Programming quicktips SDK SEO Settings SMO SQL swift swiftUI Teams Tips & Tricks Tools UI Web Wordpress Xcode

©mycodetips.com