My App Retailer submission retains getting rejected as a result of my flutter app “retains opening the settings app” upon launching it throughout testing. I can not seem to reproduce the problem and i’ve examined on an actual iPhone, simulated iPhone, actual iPad, simulated iPad, and Android system.
I don’t know what i must be on the lookout for or the rationale why the app launches the settings app.
Here’s a my data.plist
file
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
Permit media library entry to ship footage
NSCameraUsageDescription
Permit digital camera entry to ship footage
NSFileProviderDomainUsageDescription
NSMicrophoneUsageDescription
Permit mic entry to ship audios
NSPhotoLibraryAddUsageDescription
Permit picture library entry to ship footage
NSPhotoLibraryUsageDescription
Permit picture library entry to ship footage
NSUserNotificationUsageDescription
We want permission to ship you notifications and alerts.
UIApplicationSupportsIndirectInputEvents
UIBackgroundModes
fetch
remote-notification
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
Primary
UIStatusBarHidden
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad
UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
kTCCServiceMediaLibrary
Permit audio entry to ship audios
ITSAppUsesNonExemptEncryption
Please assist with pointers of what i must be searching for. I also can present extra snippets if it might be useful for debugging.