13.9 C
New York
Wednesday, December 11, 2024

c# – Native Community permission engaged on Debug however not on Launch for iOS


I am growing a MAUI .Internet cell app, which communicates to a desktop app over the native community. To take action, I want the native community permission request to pop when an operation tries to make use of the native community for the primary time, and the permission to be proven within the app native settings.
As of now, the app works as supposed in Debug however when I attempt to deploy on any bodily iOS machine, the permission is neither requested nor proven within the app settings.

My Data.plist:





    LSRequiresIPhoneOS
    
    UIDeviceFamily
    
        1
        2
    
    UIRequiredDeviceCapabilities
    
        arm64
    
    UISupportedInterfaceOrientations
    
        UIInterfaceOrientationPortrait
    
    UISupportedInterfaceOrientations~ipad
    
        UIInterfaceOrientationPortrait
        UIInterfaceOrientationLandscapeLeft
        UIInterfaceOrientationLandscapeRight
        UIInterfaceOrientationPortraitUpsideDown
    
    UIBackgroundModes
    
        fetch
    
    NSCameraUsageDescription
    This app requires entry to your digital camera to seize pores and skin pictures that may be added to your affected person’s document. These photographs will solely be transferred to the affected person’s file at your request.
    NSPhotoLibraryUsageDescription
    This app requires entry to your photographs library to pick out pores and skin pictures that may be added to your affected person’s document. These photographs will solely be transferred to the affected person’s file at your request.
    NSMicrophoneUsageDescription
    This app wants entry to microphone
    NSPhotoLibraryAddUsageDescription
    This app wants the picture library to retailer footage
    NSCalendarsUsageDescription
    This app wants calendar permission nevertheless it doesn't entry to your calendar knowledge
    NSLocationWhenInUseUsageDescription
    This app requires entry to your location to entry your WiFi configuration and to inform you if WiFi just isn't correctly enabled.
    CFBundleLocalizations
    
        fr
    
    CFBundleDevelopmentRegion
    en
    UILaunchStoryboardName
    LaunchScreen
    NSLocalNetworkUsageDescription
    This app requires entry to your native community to ship knowledge to the desktop app.
    XSAppIconAssets
    Belongings.xcassets/appicon.appiconset


My MAUI mission:



    
        net8.0-android;net8.0-ios;

        Exe
        DermAtoZ
        true
        true
        allow
        allow

        

        

        
    
        

        11.0
        21.0
    

    
      Appropriate worth
      Appropriate worth
    

    
      SdkOnly
      false
    

    
      False
    

    
      false
    
    
      true
      4
    
    
        

        

        

        

        
    

    
    

    
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    

    
    


Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles