Questions tagged [ios-permissions]
150 questions
1
vote
0 answers
Not asking camera and photo library permissions in ios 11
I am facing an issue in camera and photo library permission in iOS 11.0.
I have entered permissions in Info.plist given below :
NSCameraUsageDescription
Hello
NSPhotoLibraryAddUsageDescription
…

Vinod Kumar
- 3,375
- 1
- 17
- 35
1
vote
0 answers
iOS App Extension: Requesting permissions
I'm writing an integration app harness that will test the functionality of our SDK in the real world and I'm planning to do so using iOS Action App extensions as subprocesses to initiate the Action Extensions as test cases. I followed the article…

Paolo Pascua
- 123
- 1
- 15
1
vote
2 answers
How to check if user clicks no on NSLocationAlwaysAndWhenInUseUsageDescription Swift 3.2
When user is on MainViewController
override func viewDidLoad() {
super.viewDidLoad()
locationManager.delegate = self
locationManager.requestAlwaysAuthorization()
…

sinusGob
- 4,053
- 12
- 46
- 82
1
vote
1 answer
iOS permission alert issue
I have a view that:
Creates an observer for UIApplicationDidBecomeActiveNotification with invokes a selector
Sequentially asks the user for permissions to: use the camera, location & receiving push notifications.
The view has three UIButtons with…

bartlomiej.n
- 500
- 6
- 19
1
vote
1 answer
iOS app not asking for permissions on iOS7 device
I have an iOS app with push notifications enabled using following code
if ([application respondsToSelector:@selector(isRegisteredForRemoteNotifications)])
{
// iOS 8 Notifications
[application…

vishal dharankar
- 7,536
- 7
- 57
- 93
1
vote
0 answers
Testing permissions for microphone / push in iOS app
Usually, I was able to test different flows for mic / push permission on iOS by deleting the app and then launching again from XCode. However, recently I am unable to do so because even after deleting the app, when I relaunch the app, instead of…

e7mac
- 553
- 7
- 19
1
vote
1 answer
CLLocationManager Permissions on iOS 4.3
I currently have an application that uses location services and is working great on devices running iOS5 and above. However, have been running into inconsistency issues with 4.3.x.
Problem:
When installing and running the app for the FIRST time, we…

Tim
- 8,932
- 4
- 43
- 64
0
votes
0 answers
How to check if the user has accepted the "remote-notification" permission on iOS?
A SDK I'm using in my project prompts the user for the remote-notification permission, and I need to know if the user has accepted or rejected this permission so I can show them a custom message.
How would I do that in Objective C? Is it possible to…

Jeff
- 80
- 4
0
votes
0 answers
IOS - NativeScript - CoAp - Cannot connect to Link-local ipV6 address - even i have permission
I have a NativeScrpt app, and I try to comionicate on CoAP (Constrained Application Protocol) via local wifi network.
ipV4 works well, and in Android, all work well too (so, the address itself is right).
But, on the IOS side, I cannot connect to…
0
votes
0 answers
Condition on device permissions
im developing an app with a login and geolocation function, however i need to put a condition for the geolocation permission, if it's not enabled, you can't login, how can I condition that?

Marth
- 45
- 8
0
votes
1 answer
Independent watchOS app stuck in Core Location authorization loop?
I'm working on an independent (standalone) watchOS app which requires access to precise location data in both the foreground and the background (so it needs "Always" access). I created the app as a brand new independent app using Xcode 14.3. The…

bmt22033
- 6,880
- 14
- 69
- 98
0
votes
1 answer
ios permissions in flutter
I have a flutter application and it was uploaded to the Google Play Store a while ago and there is no problem now I want to upload it to the iPhone on the Appstore What are the permissions that I must add, the application contains receiving…

ItsSaed
- 77
- 6
0
votes
0 answers
intent filter in andriod throws infateException
I am very new to Mobile development. I am using MAUI for it. I wanted to launch my app from browser on some event. I have the below activity configured in AndriodManifest.xaml.

user1528660
- 1
- 1
0
votes
1 answer
Identify which plugin has permission request
After I upload build to TestFlight, I'm getting email:
App Store Connect: Your app … has one or more issues
ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app…

Pavel
- 5,374
- 4
- 30
- 55
0
votes
2 answers
Camera Permission on SwiftUI- Xcode 14.2
I have created a SwiftUI project. I need to add privacy for camera permission in info.plist file. But in my project there is no info.plist available. How do I achieve camera permission on it?
Here is my project Screenshot,

Yasir Arefin Tusher
- 123
- 9