添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
愤怒的豆芽  ·  Please, help to ...·  1 周前    · 
坚强的拖把  ·  HttpClient with NTLM ...·  2 周前    · 
细心的针织衫  ·  Bypassing Xamarin ...·  1 月前    · 
酒量小的火腿肠  ·  Bad ...·  1 月前    · 
威武的煎饼  ·  Xam.Plugin.Media ...·  2 月前    · 
绅士的闹钟  ·  Java 归档 - ...·  2 月前    · 
爱玩的电影票  ·  Android 模拟器 ...·  2 月前    · 
有情有义的枇杷  ·  Masonry·  5 月前    · 

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? v10.4.0
  • What is your product type (Angular or MVC)? ASP.NET CORE MVC & jQuery
  • What is product framework type (.net framework or .net core)? .NET 5.0
  • NSUsageDescription Issue

    When we publish app on app store we got these missing purpose string error while we don't use in the application: *NSContactsUsageDescription *NSCalendarsUsageDescription *NSMicrophoneUsageDescription *NSAppleMusicUsageDescription *NSSiriUsageDescription

    Although we are not directly using any of the above feature in the application. There are probably references of the above features in the template used by some plugins or libraries. We are unable to detect those libraries. Will be looking forward for your response.

    thanks.

    Hi @tareqh

    We haven't faced this problem before. Could you share your Info.plist with us ? Did you also try to upgrade your Xamarin app's NuGet packages to the latest version ? It might help solving the problem.

    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <key>XSAppIconAssets</key> <string>Media.xcassets/AppIcons.appiconset</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> </array> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>MinimumOSVersion</key> <string>9.0</string> <key>CFBundleDisplayName</key> <string>Cspetro360</string> <key>CFBundleIconFiles</key> <array> <string>Icon-60@2x</string> <string>Icon-60@3x</string> <string>Icon-76</string> <string>Icon-76@2x</string> <string>Default</string> <string>Default@2x</string> <string>Default-568h@2x</string> <string>Default-Portrait</string> <string>Default-Portrait@2x</string> <string>Icon-Small-40</string> <string>Icon-Small-40@2x</string> <string>Icon-Small-40@3x</string> <string>Icon-Small</string> <string>Icon-Small@2x</string> <string>Icon-Small@3x</string> </array> <key>UIAppFonts</key> <array> <string>iconize-fontawesome.ttf</string> <string>iconize-material.ttf</string> <string>iconize-meteocons.ttf</string> <string>iconize-typicons.ttf</string> <string></string> </array> <key>NSAppTransportSecurity</key> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>NSCameraUsageDescription</key> <string>This app need to access Camera so user can capture and upload profile photo</string> <key>NSPhotoLibraryUsageDescription</key> <string>This app need to access Photo library so user can upload profile photo</string> <key>CFBundleIdentifier</key> <string>com.CPetro360.app</string> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>CFBundleShortVersionString</key> <string>1.2.5</string> <key>CFBundleVersion</key> <string>26</string> </dict> </plist>

    Above is our info.plist Although we have updated packages as well but got same error.

    Hi @tareqh

    We couldn't identify the problem but your problem might be related to https://stackoverflow.com/a/59990486 . Could you check it and see if it works for you ?

    Thanks,