Questions tagged [ios-permissions]

150 questions
0
votes
1 answer

Which permission does app needs to access gallery image and upload it to online?

My React Native 0.66 app needs to access the gallery images and upload it to online if a user decides to do so. There are 3 permissions in Android related to gallery image access and I am not clear about the exact usage of each…
user938363
  • 9,990
  • 38
  • 137
  • 303
0
votes
1 answer

Is it possible to revoke the permission to send push notifications with firebase messaging in react native?

I am using the @react-native-firebase/messaging library for push notifications and it worked for me to request the permission, but I have a toggle, which should be able to revoke those permissions, so the device won't receive push notifications…
0
votes
1 answer

Capacitor 3 React App mediaDevices is undefined, iOS 14.5

I have a React web app that I am wrapping with Capacitor. Most things work fine, but I can't get navigator.mediaDevices or navigator.getUserMedia to be anything other than undefined. I get no popup requesting the user's permission either. I have…
Geoff Davids
  • 887
  • 12
  • 15
0
votes
0 answers

IOS Permission settings in a Switch case using c#

I am writing a switch case that will return a user friendly message to the user informing them what location permissions have been given to my IOS application (which completely relies on the location). So far I have created the following switch…
Kalvin
  • 13
  • 3
0
votes
1 answer

Prompt user for permissions multiple times in React Native

I am writing an image picker in React-Native. For iOS, I would like the image picker to show the user the option of updating their permissions every time it is toggled open. import CameraRoll from…
0
votes
1 answer

Grant iOS permissions to Flutter Driver for integration test

Using the Flutter integration_test package, I'm having trouble with a test that keeps failing due to an iOS permissions request that is inaccessible from the testing environment. I tried applesimutils from github.com/wix/AppleSimulatorUtils but when…
0
votes
1 answer

Can I force or induce iOS 14 App Tracking Transparency authorization?

Since iOS 14, my app ad revenue has been drastically reduced due to Apple's new privacy policy. So I wanted to somehow force or induce users to enable ATT authorization. Can I do something below? Force users to enable it unless they won't be able…
goodonion
  • 1,401
  • 13
  • 25
0
votes
1 answer

How to check local network permission in iOS 14?

I wanted to know how to verify if a user has given my application access to the local network. After some experimenting I came up with this solution. I wrote up this class that can be used if you're not on iOS 14.2. This class will prompt user for…
Michael Wells
  • 586
  • 6
  • 14
0
votes
0 answers

Xamarin ios requesting unnecessary permissions

I have an Xamarin App for ios and android. Lately Apple has been rejecting my builds due to missing purpose strings, for features my app does not use. My app only needs access to Camera and Media Storage. I request permission once that feature is…
Shaboboo
  • 1,347
  • 1
  • 16
  • 35
0
votes
1 answer

Xcode Build build error: sh: bad interpreter: Permission denied

I've been trying to compile a Cordova project in Xcode with no success for the last 2 days. First of all, this is a clone of another project, with just a few changes, that compiles with no issues. And my experience in Mac is only using Xcode to…
0
votes
0 answers

Xamarin ios 14 permissions not showing in device settings

My Xamarin app is not showing all the permissions I have set up on the app settings screen, when running on an ios 14 device. They appeared correctly in earlier ios versions. I have the following entitlements set up in the…
Shaboboo
  • 1,347
  • 1
  • 16
  • 35
0
votes
2 answers

Request Camera Permission on iOS in Unity at Runtime

Our application built in Unity uses ARKit/FaceTracking on iOS. We would like to request the Camera Permission at runtime immediately before it is used - and not on application startup. What should happen I use Application.RequestUserAuthorization…
IARI
  • 1,217
  • 1
  • 18
  • 35
0
votes
1 answer

ITMS-90683: Missing Purpose String in Info.plist

Deploying the app on testFlight I'm having the following issue, The app's Info.plist file should contain a NSLocationAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Even…
nike
  • 715
  • 2
  • 8
  • 14
0
votes
1 answer

iOS 13 call requestAlwaysAuthorization again after user "Allow Once" only

During requesting for Always permission on iOS13, the user can tap "Allow Once" which will call appropriate delegate with status kCLAuthorizationStatusAuthorizedWhenInUse but requesting for "Always" again calls delegate with…
David Chelidze
  • 1,143
  • 12
  • 19
0
votes
1 answer

Apple App Review Process Rejected Due to NSMicrophoneUsageDescription Missing

I created a framework that has a core c++ component. This framework uses third party libraries and it also can request to access the microphone. I can build this framework using different configurations that allow me to remove things such as…
Przemek Lach
  • 1,348
  • 2
  • 19
  • 42