Baseflow / Baseflow/flutter-permission-handler
[Question]: Flutter app redirects to settings iOS
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
### Please check the following before submitting a new issue.
- [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues).
- [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-permission-handler/blob/main/permission_handler/README.md).
### Please select for which platform(s) you need help
- [ ] Android
- [X] iOS
- [ ] Windows
### Your question
La app fluuter al iniciar me redirige a la pantalla de configuracion , eh incorporador los permisos en el info.plist y todo asi
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
Octopus Movil
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
$(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
octopus_movil
CFBundlePackageType
APPL
CFBundleShortVersionString
$(FLUTTER_BUILD_NAME)
CFBundleSignature
????
CFBundleVersion
$(FLUTTER_BUILD_NUMBER)
LSRequiresIPhoneOS
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
Main
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad
UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
CADisableMinimumFrameDurationOnPhone
UIApplicationSupportsIndirectInputEvents
NSLocationWhenInUseUsageDescription
Esta aplicación necesita acceder a tu ubicación mientras está en uso.
NSLocationAlwaysAndWhenInUseUsageDescription
Esta aplicación necesita acceder a tu ubicación siempre y cuando esté en uso o en segundo plano.
NSLocationUsageDescription
Esta aplicación necesita acceso a tu ubicación para ofrecer un mejor servicio.
NSCameraUsageDescription
Esta aplicación necesita acceso a la cámara para tomar fotos.
NSFaceIDUsageDescription
Esta aplicación necesita acceso a Face ID para autenticación biométrica.
sospecho q solo son temas de permiso , alguien que ha tenido el mismo problema?
### Version
1.2.3
Contributor guide
Assessment
This issue has not been assessed yet.