I am facing a weird problem. I have developed an application on flutter that is supported on Android and iOS, the application is working fine on Android and iOS Debug, Profile and Release builds, when the application is uploaded on the store to start internal testing on the test flight some features in the application is not working specially the ones associated with google ml kit and tensor flow lite as i am using them in the application is face detection and face recognition. Do you have any Advise ?
Min IOS: 14
Min Android SDK: 26
I have tried to negate the api condition, i have tried to add some static fields that are calling the APIs, i have added some permissions in the info.plist, i restricted the application to work on iOS device only, i tried to disable code optimization, i tried to release a build with no obfuscation.
iOS Permissions in Info.plist
NSCameraUsageDescription,
NSLocationAlwaysAndWhenInUseUsageDescription,
NSLocationWhenInUseUsageDescription,
NSMicrophoneUsageDescription,
NSPhotoLibraryUsageDescription,
NSPhotoLibraryAddUsageDescription,
omarzaki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.