问题标签 [mobileprovision]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 如何获取 .mobileprovision 文件和 .app 文件
我是 iphone 开发的新手。
我正在使用 Hackintosh,我没有任何苹果用户 ID。
现在我的客户需要两个文件(.mobileprovision 文件和 .app 文件)来创建临时分发。
现在可以从我的 hackintosh 创建 .mobileprovision 文件和 .app 文件吗?
创建这两个文件是否必须使用真实的 mac 和苹果用户 ID?
ios - 是否可以从免费的苹果用户 ID 创建 .mobileprovision 文件?
我是 iOS 应用程序开发的新手。
我需要创建 .mobile 配置文件,为此我需要一个苹果用户 ID。
我有免费的用户帐户。
现在可以创建一个 .mobileprovision 文件吗?
openssl - HOWTO:从 iTunes Distribution 证书和签名密钥(P12 文件)和 mobileprovision 获取信息
在处理 iTunes 应用程序时,分发证书和签名密钥(P12 文件)和签名密钥(P12 文件)和 .mobileprovision(plist 文件)对我来说有点神秘。我想知道如何从 CLI 以编程方式从这些文件中获取信息。
你如何从这些文件中提取信息?
ios - Pushwoosh iOS 集成
我有一个 Pushwoosh 高级帐户,因此我自动配置了 iOS 通知并通过链接下载了配置文件。我通过 Xcode 5.0.2 Organizer 将上述配置文件添加到我的 iPhone 配置文件中。我按照步骤在我的 iOS 应用程序中使用 Pushwoosh。
当我运行应用程序时,我收到以下消息:
Pushwoosh 错误 您的配置文件没有 APS 条目。请使您的个人资料推送兼容。
可能是什么问题呢?
ios - testflight 如何在没有证书的情况下使用新的移动配置文件辞职?
我对试飞感到惊讶,他们如何在没有证书的情况下使用新的移动配置文件辞职。
我尝试了辞职命令,我得到了这个。
这里我们需要在命令中指向证书。但是,我确定我没有上传证书文件来试飞。然后他们如何辞职 .ipa 文件。
任何技巧/提示请告诉我。
ios - Adding provisioning profile from different team to xcode
I have developed an iOS for my client using my developer account where I manage the provisioning profiles and certificates etc. and that account is linked to xcode. However, my client wants to deploy the app using their provisioning profile.
They do not want to add me to their development account, because I am doing a freelance project and they dont want me to have access to their other apps.
They sent me an adhoc and distribution provisioning profiles (.mobileprovision) they created through their developer account. They instructed me to add the provision profiles to my keychain and then I would be able to use it.
However, when I try to deploy the app I get the following error: No provisioning profiles with a valid identity (i.e. certificate and private key pair) were found
Is it at all possible to use provisioning profiles that are not associated with my developer account? Any suggestions would be greatly appreciated!
ios - 应用安装期间配置文件出错
尝试在设备上安装应用程序 (ipa) 时出现以下错误:
在我使用新证书生成新的配置文件后,此错误开始出现。如果有帮助,下面是旧配置文件和新配置文件的不同部分。
老的:
新的:
也许我在生成配置文件时做错了什么。问题:你知道如何解决这个问题吗?
ios - 使用服务器证书签署 iPhone 配置文件
我已经找到了一个类似主题的线程,但我无法通过这种方式解决我的问题,所以我希望我能在这里得到帮助。
我正在尝试在 Mac OS X 上使用我的服务器 SSL 证书签署 iPhone 配置文件:
不幸的是,我收到以下错误
我不知道我做错了什么 - 我使用以下证书:
服务器.crt:
服务器密钥:
ca.crt:来自http://www.startssl.com/certs/
所有证书都在我更改为的同一个文件夹“iphone”中
所以现在我在
非常感谢您提前提供的帮助!
问候斯特凡
ios - 无法在 Mac 上安装 Enterprise inHouse 配置文件
我是Apple Enterprise developer account
通过引用此博客创建的。我能够成功创建分发证书、APPID 和内部配置文件。我已与其他 mac 系统共享此分发证书(使用钥匙串导出到p12
文件)和内部配置文件(.mobileprovision
配置文件),我必须从中创建 ipa 文件。在这个 mac 系统上,我可以安装分发证书,但是在安装.mobileprovision
配置文件时出现以下错误。
知道我错过了什么吗?
javascript - 安装 ios 配置文件后返回上一页
我希望每当 safari 打开配置文件并且他们的配置文件被用户安装或取消之后,设备返回 safari,safari 将用户重定向到上一页。
这正是我需要的:我想要安装检测配置文件的代码,并且最近打开了 safari,这样我就可以轻松地将我的用户重定向到想要的页面(上一页)。