My skill set includes a strong command of Flutter app development, native Android app development, seamless integration of Google APIs, and the full deployment of applications on both the Google Play Store and Apple App Store. Furthermore, I have a working knowledge of game development using the...
Downgrading to 11.0.0, which uses permission_handler_apple version 9.1.4, solves the issue, although it was working fine on the latest release, 11.1.0. Any ideas? I have re-installed the permission_handler with no effect. Removed podfile & ranpod install,flutter clean, anything I could thi...
Tried it with the following line removed from my podfile, still doesn't work: config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0' To be clear, at issue is calendar permission has a status of permanently denied and its privacy toggle doesn't show up in Settings > myApp. However, ...
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CADisableMinimumFrameDurationOnPhone</key> <true/> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleExe...
ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSAppleMusicUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs th...