问题标签 [ipa]

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.

0 投票
4 回答
229 浏览

iphone - 请帮我创建我的应用程序的 .ipa

我尝试了最后 1 天。参考所有与我的问题相关的问题,但找不到这样的解决方案。 在此处输入图像描述

我已经按照所有步骤创建证书、appid、添加设备 ID、创建配置、在项目中设置。有了这个规定,应用程序在我的 iPhone4 上运行良好。

请帮助我提前谢谢你

0 投票
2 回答
126 浏览

ios - 创建 ipa 文件的问题

我想创建一个 ipa 文件,但收到以下错误消息。也许有人知道这里发生了什么?或者只是提示错误可能在哪里。

错误信息

0 投票
2 回答
1289 浏览

ios - 应用程序通过直接安装在设备上运行,但不通过 ipa

我一直在网上冲浪,但没有找到解决这种情况的方法(尽管我觉得这很令人惊讶,因为我不敢相信我是第一个遇到这种情况的人)。也许我不知道找到它的正确关键字......

我的问题是我用 XCode 4.2 构建了一个 iOS 应用程序,并直接在 iPhone 3G 上用 iOS 4.2.1 测试它运行,一切都按预期运行。但是,如果我构建一个 .ipa 并将其安装在同一台设备上(我之前已在该设备上卸载了以前的应用程序安装),它会完美安装,并且几乎所有应用程序都可以正常工作......但是对于一个无法正常工作的地方适当地。

我没有详细说明到底发生了什么,因为它是以前在其他设备(即 ipad 1、iphone 4...)的其他应用程序中发生的事情(一旦我发现编译和执行直接到设备让一个未初始化的矩形被添加到某些东西中,而在 .ipa 中它崩溃了(我认为它是一个 SIG_ABRT 但不确切知道)。

这种情况是否记录在任何地方?哪些案例以一种方式编译而其他案例不编译?

提前致谢!

0 投票
3 回答
4304 浏览

java - 如何将 .jar 文件转换为 .ipa 文件?

我最近制作了一个名为“circle.jar”的简单 .jar 文件。它所做的只是在屏幕上画一个绿色圆圈。该文件的代码如下:

现在,我想知道是否可以以某种方式将其转换/编译为 .ipa 文件用于我的 iPod touch。我有第 4越狱的 iPod touch。另外,如果这不可能,那么我在考虑是否可以将 .java 或 .class 文件编译为 Objective-C 文件。我听说过XML VM,但要成功使用它,您需要安装 Cocoa 库。但是,我使用的是装有 Windows 7 的 PC,据我所知,无法在 PC 上下载 Cocoa 库。(但是,如果是,告诉我!)我也意识到确切的代码可能无法为 iPod touch 编译,但这并不重要。该代码只是作为示例给出。 任何帮助都很大赞赏!:)

0 投票
2 回答
1917 浏览

ios - 应用程序加载器给出错误:不是有效的 zip 文件

我正在尝试提交一个应用程序 (.ipa),而 Application Loader 给出的唯一错误是“不是有效的 zip 文件”。它没有说明任何关于签名、配置文件、证书或二进制文件等的内容。问题是什么?

0 投票
1 回答
201 浏览

directory - 从文档目录 ipad 获取文本文件

全部,在我的要求中需要发送带有附件文本文件的邮件,该文件位于文档目录中,在这里我可以获取文档目录中的文件路径,如何从我的 ipad 附加文件以发送。

这是我尝试过的代码

0 投票
1 回答
947 浏览

iphone - 从应用程序安装 ipa 文件

我想在安装应用程序的 n 天后从应用程序内部安装同一应用程序的新版本。

假设用户安装应用程序。那么 10 天后,他会收到一个提示,提示您的应用程序要安装新版本,然后如果他允许安装新版本。

它不适用于应用商店提交。

我想在 iPhone 本地内存或主包中保留新版本的 ipa

0 投票
4 回答
1766 浏览

iphone - 在单个 IPA 中捆绑多个 IPA

是否有任何可能的方法来捆绑多个 IPA 或单个 iOS XCode 项目,以便最终结果是单个 iOS IPA,可安装在 iPhone/iPad 上?我有一个与主应用程序完全分开的守护程序应用程序,如果可能的话,我想捆绑它。

这是有关为 MacOSX 应用程序执行此操作的信息。有人知道 iOS 应用吗?

针对问题的编辑:

  • 这是一个 VOIP 应用程序,我猜它不是一个真正的守护进程
  • 它不适用于在应用商店中分发
0 投票
2 回答
1921 浏览

iphone - 在 iCloud 同步设备上测试 iOS Ad-hoc IPA

我必须向我的客户发送测试版本 (IPA),但我的客户正在使用 iCloud 在 iPhone 上同步他的应用程序/音乐(没有 iTunes)。我知道测试 ah-hoc IPA 的唯一方法是使用 iTunes 同步它。

我的客户有什么方法可以测试我的构建,这不会影响他的 iCloud 同步(应用程序、音乐或应用程序数据)?

0 投票
3 回答
37390 浏览

xcode - How to make an IPA on XCode 4.3?

I have a Mac OS X Lion setup with XCode 4.3. I am not a registered Apple developer.

I told, via the plist files: /Applications/Xcode.App/Contents/Developer/Platforms/iPhoneOS.platform/Info.plist and /Applications/Xcode.App/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/SDKSettings.plist, XCode not to require codesigning.

I then compiled my project, just a basic iPhone app project, it ran well in simulator. I could build and archive it, then sign it using a self-created certificate and the archive appeared in the Organizer.

Nothing strange for the moment, but there comes the problem: I have no "Share" button in the organizer. I absolutely need to make an IPA file out of my project if I want it to work under an iPhone as it won't accept xcarchive files. I only get the "Validate" and "Distribute" buttons which both require to be a registered Apple developer. But, no "Share" button which enables building an IPA... for free.

I have gone through XCode settings but nothing seemed to help me there. Even the documentation says a Share button is available in XCode 4.3, so my question is: Why don't I get the possibility to make an IPA? IS there any workaround to get this Share button or make an IPA out of the xcarchive via any command line or whatever?