简体   繁体   English

Xamarin iOS 应用程序在 iPhone 13 上不受信任,在 iPhone SE 上可以吗?

[英]Xamarin iOS app not trusted on iPhone 13, OK on iPhone SE?

I'm working on a Xamarin iOS app.我正在开发 Xamarin iOS 应用程序。

I do not understand why, but using the same signing configuration (Automatic developer identity/Automatic provisioning profile), the app is deployed by VS and launches fine on my iPhone SE (2nd Gen) running iOS 16.1.1.我不明白为什么,但使用相同的签名配置(自动开发人员身份/自动配置文件),该应用程序由 VS 部署并在我运行 iOS 16.1.1 的 iPhone SE(第二代)上正常启动。

However it is deployed but is not trusted on my iPhone 13 running iOS 16.2.但是,它已部署但在我运行 iOS 16.2 的 iPhone 13 上不受信任。

Here is a screen capture that shows the infamous icon and app prefix with cloud and row pointing below.这是一个屏幕截图,显示了臭名昭著的图标和应用程序前缀,下方有云和行指向。

在此处输入图像描述

If I try to run the app if tells me that it can't be verified (sorry this is in French):如果我尝试运行该应用程序,如果它告诉我无法验证(抱歉,这是法语):

在此处输入图像描述

I doubt that this problem comes from the app itself because it runs fine in the simulator and on one device with the same major OS version.我怀疑这个问题来自应用程序本身,因为它在模拟器和具有相同主要操作系统版本的一台设备上运行良好。

What is wrong here?这里有什么问题?

There are several ways to provision the iOS device,有几种方法可以配置 iOS 设备,

  1. Free provisioning for Xamarin.iOS apps through XCode.通过 XCode 免费配置 Xamarin.iOS 应用 If you do not have a paid Apple developer account, you could use this way.如果您没有付费的 Apple 开发者帐户,您可以使用这种方式。

  2. Manual provisioning for Xamarin.iOS . Xamarin.iOS 的手动配置 When generating a new provisioning file, remember to also include the device you want to deplay.生成新的配置文件时,请记住还包括要播放的设备。

For more info, you could refer to Device provisioning for Xamarin.iOS .有关详细信息,您可以参考Xamarin.iOS 的设备预配

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否有适用于 Xcode 11、iOS 13 的 iPhone SE 模拟器? - Is there an iPhone SE simulator for Xcode 11, iOS 13? 在 Cordova 应用程序中,物理 iPhone SE 无法显示来自“file://”URL 的图像; 在iOS模拟器和Android中OK - In Cordova app, physical iPhone SE can't display images from "file://" URLs; OK in iOS simulator and Android Xamarin Universal iOS应用仅在iPhone上运行 - Xamarin Universal iOS app runs only on iphone iOS:我的iPhone应用程序可以访问iPhone设备/设备的信任存储区的受信任CA证书吗? - iOS: Can my iPhone app access trusted CA certificates of the iPhone device / device's trust store? 在我的 iPhone 文件夹上,如何为我的应用创建文件夹? [iOS 13] - On My iPhone folders, how to create a folder for my app? [iOS 13] iOS 13 应用程序的“启用多个窗口”设置(仅限 iPhone) - “Enable Multiple Windows” setting for an iOS 13 app (iPhone only) 我的应用在iOS 9之后可以在OS上正常运行,但在iOS 9之前使用iPhone 4s或iPhone 4时,我的应用程序registerForRemoteNotifications出现问题 - My app registerForRemoteNotifications on OS after iOS 9 is ok, but before iOS 9 and use the iphone 4s or iPhone 4 it has trouble iPhone SE中的ios设计,但我想在iPhone 8 Plus中进行设计 - ios design in iphone SE but I want to make the design in iphone 8 plus iOS 13 应用程序 window 在 iPhone 上被错误地旋转如果应用程序以 iPhone 横向启动 - iOS 13 Application window is wrongly rotated on iPhone if app is started with iPhone in landscape orientation Xamarin IOS IPA iPhone应用程序不兼容通过iTunes从Mac进行安装 - Xamarin IOS IPA iphone app is not compatible installing by itune from mac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM