Я понятия не имею, что мне следует делать. ищете или причину, по которой приложение запускает приложение настроек.
Вот мой файл info.plist
Код: Выделить всё
CADisableMinimumFrameDurationOnPhone
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
************
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
$(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
************
CFBundlePackageType
APPL
CFBundleShortVersionString
$(FLUTTER_BUILD_NAME)
CFBundleSignature
????
CFBundleVersion
$(FLUTTER_BUILD_NUMBER)
FirebaseAppDelegateProxyEnabled
LSRequiresIPhoneOS
NSAppleMusicUsageDescription
Allow media library access to send pictures
NSCameraUsageDescription
Allow camera access to send pictures
NSFileProviderDomainUsageDescription
NSMicrophoneUsageDescription
Allow mic access to send audios
NSPhotoLibraryAddUsageDescription
Allow photo library access to send pictures
NSPhotoLibraryUsageDescription
Allow photo library access to send pictures
NSUserNotificationUsageDescription
We need permission to send you notifications and alerts.
UIApplicationSupportsIndirectInputEvents
UIBackgroundModes
fetch
remote-notification
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
Main
UIStatusBarHidden
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad
UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
kTCCServiceMediaLibrary
Allow audio access to send audios
ITSAppUsesNonExemptEncryption

Подробнее здесь: https://stackoverflow.com/questions/791 ... s-settings
Мобильная версия