Questions tagged [ios-permissions]

150 questions
0
votes
2 answers

Is empty NSCameraUsageDescription accepted?

If your app uses camera, you have to set NSCameraUsageDescription in InfoPlist.strings. But what if I don't want to use any custom message? Is it accepted to set empty empty NSCameraUsageDescription like this: NSCameraUsageDescription = ""; Docs…
Valentin Shamardin
  • 3,569
  • 4
  • 34
  • 51
0
votes
0 answers

Camera permission issue in iOS < 10

I have a problem asking permission for the camera. When I install the app on my iPhone 6s plus with iOS 10.1 it works. But if I try on my iPad 2 with iOS 9.3.5, the permissions are not asked and the room camera shows only black. if…
WillyWon
  • 15
  • 3
0
votes
2 answers

iOS photo album permissions nativescript

Hello I am attempting to access the user photo album on iOS in order for users to select a profile pic in my app. I am using native script and I cannot figure out how to request permission to do so. My error is: CONSOLE LOG…
xerotolerant
  • 1,955
  • 4
  • 21
  • 39
0
votes
1 answer

How to hide automatically iOS permission alerts on app launch?

I'm writing UI tests for iOS using Calabash framework. Everything is fine, but system permission alerts are very annoying, because they disrupt test flow. Some time ago I read about open source library which grants required permissions automatically…
Pavel Osipov
  • 2,067
  • 1
  • 19
  • 27
0
votes
1 answer

IOS Permissions programmatically

I have searched a lot but could not find any relevant answer to my question. We can ask for permission in IOS and further use in it our application . but my simple question is, can we turn off permission programmatically? I know it could be done in…
0
votes
1 answer

WorkLight Triggering iOS Push Notifications Permissions Dialog

We're working on a native iOS App (iOS 8.0 and newer, Objective-C) that is using WorkLight (v. 7.0.0) and WorkLight Push Notifications. The issue we're encountering is the timing of when the user is presented with the permission dialog from the…
0
votes
1 answer

Handling Built In iOS Permission Dialogs

When loading my view controller for the first time, the user is prompted with a built in iOS permissions message: "Allow "appName" to access your location while you use the app?" is there a way I can pause the app until the user either selects Don't…
SlopTonio
  • 1,105
  • 1
  • 16
  • 39
0
votes
1 answer

ios how is permission/Authorization working?

I'am trying to find how the iOS permissions and authorizations works, but I can't find anything. What I want to know is, if in my app version 1.1. I ask user for location's permission and when I update my app to 1.2, I now ask for location and…
Minh Huy
  • 45
  • 1
  • 5
0
votes
1 answer

Manipulate app permissions on iOS 8 simulator

Same question as this one, but for iOS 8. While running xctests, how can I make sure permissions are granted/denied programmatically? Is the same TCC.db used? If so, as there are no $HOME/Library/Application Support/iPhone Simulator/8.x directories,…
OrangeDog
  • 36,653
  • 12
  • 122
  • 207
0
votes
2 answers

Delay ios permissions notification on app startup?

We would like to play an intro for our camera app but the "would like to access your cameraroll" notification is killing our steaze. Anyone know how to delay these? Thanks!
bradley
  • 15
  • 3
0
votes
1 answer

Is there a developer guide on permissions for iOS 6?

As the question asks. I'm looking for a guide on permissions. I've only developed for Android before and I was wondering if there was a guide similar to http://developer.android.com/guide/topics/security/permissions.html I'm not entirely sure how…
Sheldon
  • 9,639
  • 20
  • 59
  • 96
-1
votes
0 answers

paste permission flutter ios

i have a flutter app, and the first time I attempt to paste something from another app into my flutter app, i get a popup that says "appName" would like to paste from "Phone", where I can choose "Don't Allow Paste" or "Allow Paste". I get this popup…
kwalala
  • 1
  • 1
  • 3
-1
votes
1 answer

Can Info.plist file contain unused usage descriptions?

Can I enter usage descriptions for all available permissions in the Info.plist file and actually use only a few in the application?
KavG
  • 169
  • 1
  • 12
-1
votes
1 answer

Expo - How to get location permission specific data?

I'm working with Expo SDK 42 and I'm having some problems retrieving specific data about the foreground location permission. For ios, for example, when the user gets asked for permission, he gets 3 options: "allow once", "allow while using the app"…
-1
votes
1 answer

Do mobile operating systems access smartphone sensors?

Do iOS and Android collect any sensor data (e.g. accelerometer, microphone) from smartphones? If yes, do they have to ask for user permission like third-party apps?
1 2 3
9
10