ios-permissions Questions

6

I want to open the camera by clicking a button but cannot add the camera and gallery permissions in the iOS package. I have those keys: NSPhotoLibraryUsageDescription NSCameraUsageDescription NSM...
Krisha asked 17/12, 2019 at 13:2

6

Solved

I'm trying to recreate the condition where the following code returns AVAuthorizationStatusNotDetermined: AVAuthorizationStatus authStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMedi...
Floeter asked 31/12, 2014 at 21:13

2

Solved

The solution mentioned here talks about how to set this up with the ATTrackingManager class, however, that is not exposed directly to React Native. Using the react-native-tracking-transparency pack...
Necropolis asked 21/4, 2023 at 21:45

9

Solved

In Crashlytics, I can see iOS 10 users are getting this crash frequently. However, when I test in Simulator using iPhone 7/10.2, I'm unable to reproduce the crash. In my plist, I already have strin...
Primalia asked 10/3, 2017 at 3:31

7

When an iOS app attempts to register for push notifications for the first time, the system pops up a permissions dialog asking the user for permission to receive push notifications. Is it possible ...

3

Given the upcoming iOS 14 permission prompt for apps that use the IDFA identifier, I am wondering if Firebase Analytics and Firebase Auth do need to access the IDFA in order to operate. In such cas...

3

Solved

In android, you define permissions for gps, sms sending, location , .., in the manifest file. Is there anything similar in the iOS, so the user would know what capabilities of the phone some app us...
Blackamoor asked 28/4, 2011 at 17:44

14

Solved

Using iOS 10.0 last beta. I had tried to use Camera to scan barcode in my app, and it crashed with this runtime error. This app has crashed because it attempted to access privacy-sensitive data...
Selmner asked 13/9, 2016 at 8:41

2

Solved

I have Xamarin.iOS app in production which is asking Local Network permission on launch on iOS 14 devices. App is not using any Bonjour service nor using anything specific to local network. App has...
Draftee asked 29/9, 2020 at 12:29

4

Solved

I am having an issue when requesting location permissions from user when I use iOS11 my info.plist contains <key>NSLocationWhenInUseUsageDescription</key> <string>When in use pe...
Vicariate asked 25/9, 2017 at 5:52

6

Solved

When I develop an app for iOS (iPhone/ iPad) and I need to request permissions. When I use the camera I need to request the camera permission. This can only be done once. Is there a way to reset ...
Pascasia asked 10/3, 2015 at 14:14

1

Solved

I have just installed iOS 14 beta and updated Xcode to latest Version 12 beta 3. I get an error like *Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg'. This proba...

0

I have created an application using angular PWA and it has a barcode scan functionality. It's working fine in ios but the problem is that every time use comes on this page it's asking for camera pe...
Colorimeter asked 22/4, 2020 at 13:19

1

Solved

I have a button that when tap on it I have to check microphone permission. For this reason I done this: public func askMicrophoneAuthorization() { recordingSession = AVAudioSession.sharedInsta...
Curdle asked 31/5, 2019 at 14:9

5

Solved

Is it possible to differentiate between the cases where an iOS user has explicitly denied user notification permissions, and an iOS user has never been prompted for permission? My situation: I...

4

Solved

Faced interesting thing while preparing app for iOS 10. Starting from Xcode 8 you must provide description about any permission you ask in the app (https://forums.developer.apple.com/thread/49951) ...
Overpass asked 15/8, 2016 at 12:14

1

Solved

I have my app requesting permission to add to the photo library but I don't need read access. I see that there is supposed to be an option for this but I can't find how to ask for this access speci...
Saxhorn asked 9/8, 2018 at 0:16

1

Solved

I’m using Crashlytics for internal application tests and noticed one interesting thing. I’m using geolocation in my app and asking for permissions from a user. When customer install app for first t...
Acre asked 25/10, 2017 at 20:47

2

Solved

I've created app that connects iPhone to VPN(IKEv2) server. When I'm trying to connect to VPN first time it requires user permission in modal alert. Is there any way to change text of this modal al...
Chatty asked 8/6, 2018 at 10:44

6

Solved

I am developing a very simple video app. I use the official control: UIImagePickerController. Here is the problem. When presenting the UIImagePickerController for the first time, the iOS will ask ...

2

If internet is not reachable, is it possible to programmatically distinguish between the following permission cases? A case where user has denied permissions to use Data for the app. A case where...
Mattie asked 17/5, 2018 at 9:26

4

Solved

I've written an app that requests access to the iPad's calendar. Under iOS 6, a system dialog appears that asks the user if that's okay. Problem is, I can't replicate that situation once it's happ...
Feininger asked 29/11, 2012 at 21:42

9

Solved

When my app tries to access the camera for the first time on iOS 8, the user is presented with a camera permission dialog, much like the microphone one for microphone access in iOS 7. In iOS 7, it...
Whitton asked 12/9, 2014 at 7:43

3

Solved

I'm working on iOS simulator and am facing issues for requesting permissions. My app was working properly and it could access to photo library, camera and location service. But after installing ne...
Brachiopod asked 2/11, 2016 at 18:5

4

Solved

Different web sites (e.g.) explain that the iOS permission model works like this: All apps have a set of basic permissions (including Internet access). If an additional permission is required...
Sweepback asked 27/4, 2015 at 11:43

© 2022 - 2025 — McMap. All rights reserved.