问题标签 [over-the-air]

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 投票
3 回答
548 浏览

android - Google+ 无线安装不起作用

我正在尝试使 Google+ 无线安装工作(https://developers.google.com/+/web/signin/android-app-installs

我将我的 Android 应用程序和 Web 应用程序的客户端 ID 添加到 Google apis 前端,并将 data-apppackagename参数添加到按钮。我希望新对话框出现在常规 G+ 登录对话框之后。

有人有这个功能吗??!

我的html:

添加:

我是否正确理解无线安装窗口应该在身份验证弹出之后和我的signInCallbackjs 被解雇之前出现?

0 投票
1 回答
191 浏览

android - Google+ 无线安装使用 oAuth 2.0 协议

此处 ( https://developers.google.com/+/web/signin/android-app-installs ) 描述了如何使用 HTML 按钮进行无线 Android 安装。

我想知道如何使用 oAuth 2.0 流程来做同样的事情(文档——https: //developers.google.com/accounts/docs/OAuth2UserAgent——没有提供有关它的信息)。

我必须将哪些附加参数添加到端点请求(https://accounts.google.com/o/oauth2/auth?)以使其显示无线安装对话框?

0 投票
2 回答
1085 浏览

ios7 - 应用程序无线分发在 iOS7 中不起作用。需要互联网连接吗?

在 iOS6 中,我曾经在没有 Internet 共享的情况下通过 adhoc 网络安装我的一些应用程序。所以 iPad 没有互联网连接。因此我使用典型的 html 和 plist 文件。一切都很好。

现在,在 iOS7 中,安装不再起作用。它只是停留在“等待”中,没有任何事情发生。(注意:它仍在我的 iOS6 iPad 上工作)

首先我认为我的 plist 可能有问题,但后来我将文件复制到我的 IIS 服务器并从那里安装它。在这里,我在 iPad 上连接了互联网,一切顺利。

无线分发现在是否可能需要 iOS7 中的互联网连接,例如检查应用商店中的 ipa 或类似的东西?因为这是我能看到的唯一区别。

该应用程序使用有效的分发配置文件进行签名。

谢谢你的帮助。

0 投票
1 回答
155 浏览

ios - (iOS) 无线 (OTA) 测试,过期时间?

我为我的应用制作了“空中下载”下载链接。我按照以下说明执行此操作:http ://www.imjameshall.com/2012/04/ios-ota/ (制作存档,分发“保存为企业或临时选项”等)。

一切正常,应用程序已安装并且运行良好。现在我的问题是这个应用程序能工作多久?我听说过一个月,一年,这是真的吗?

0 投票
0 回答
1112 浏览

ios - 2014 年无线下载的 iphone 应用程序的最大尺寸是多少

我注意到有文章建议无线下载大小现在为 100 MB(Apple 将无线应用商店下载限制增加到 100MB)。但是,我无法从临时分发中成功下载 54Mbyte 的应用程序。尝试下载该应用程序时,它处于“等待...”的永久状态。在我尝试在将应用程序提交给 Apple 之前从我的应用程序中挤出 4 MB 之前,我想知道我遇到的问题是否只是临时分发的问题,或者是否仍有 50 MB 的限制超过空气下载。

0 投票
1 回答
804 浏览

ios - 从 XCARCHIVE 导出可 OTA 安装的 IPA

我正在迁移我们的构建脚本以生成 xcarchive 文件,因此我们可以直接从 Xcode Organizer 上传构建,但是,我现在无法让构建通过无线方式工作。

我正在建立档案:

然后我尝试使用我的企业分发配置文件导出和重新签名:

生成的 IPA 看起来是正确的(包含正确的配置文件,codesign 说它是有效的,等等),但是,当我们生成一个清单文件以便可以通过无线方式安装它时,事情就停止了。在 iOS 7 设备上,进入“正在安装...,等待...”循环,应用程序永远不会安装。

有什么建议么?

更新 1

我还尝试从存档中导出应用程序,然后使用 PackageApplication 将其退出:

但生成的 IPA 仍然无法通过 iTunes 安装 OTA 和同步。

0 投票
1 回答
261 浏览

google-api - 无法将 Google Plus 页面 ID 添加到开发者控制台

将我的 Google plus 页面 ID 添加到开发者控制台会引发以下错误:

即使页面 ID 正确且网址“ http://plus.google.com/ ”正常工作。

0 投票
1 回答
529 浏览

ios - 我无法通过我的网络服务器部署 OTA iPhone 应用程序,但像 Diawi 这样的服务可以在我的设备上安装应用程序就好了

我在 Xcode 中构建了一个 iPhone 应用程序,并在 Apple 的开发人员网站上生成了所有必需的证书和配置文件。我已经在我的计算机上安装了证书,并且我正在使用的测试手机上安装了我的 OTA 分发配置文件。

我已经使用我的分发配置文件和证书构建并导出了应用程序,并将 xml/plist 和 ipa 文件放在 SSL 安全 Web 服务器上,每当我尝试下载该应用程序时,它都会询问我是否要安装它,然后立即安装失败,它告诉我无法下载该应用程序。但是,我已将 ipa 文件上传到 Diawi.com 并使用他们的网站我可以在手机上安装相同的应用程序而不会出现任何问题。

我不想依赖第三方服务来托管我的应用程序。

0 投票
1 回答
681 浏览

ios - Over-the-Air Profile Delivery Concepts

From some document of Apple, I've read that: "Once the Mobile Device Management server and network are configured, the first step in managing an iPhone or iPad is to enroll it with an MDM server. Some MDM vendors use an app to kickstart this process, others initiate enrollment by directing users to a web portal to trigger the Over-the-Air Enrollment process via Safari."

After take a look on https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/OTASecurity/OTASecurity.html

I have a stupid question: all that user have to do is logging in webpage, installing response profile when he is prompted and nothing more, no additional code on device because other actions which must execute on device like "response back to the server with specific device attributes" on phase 1, signing request on phase 2... are automatically done (by framework or some buildin client..., eg)

Am I wrong?

0 投票
1 回答
825 浏览

ios - iOS: itms-services with proxy authentication

I am using itms-services to install my app over the air. Everything is working fine if I don´t use a proxy. The app installs properly in iOS6 and iOS7.

But if I use a proxy I simply get the message that the app could not be installed. I get no more information. There is also nothing in the device logs. I am sure that the proxy information in the settings are correct.

The proxy uses basic authentication. I used wireshark to have a look at network traffic.

The iPad sends the proxy credentials correctly when requesting the ipa file for installation.

enter image description here

But the proxy still sends an access denied back to the iPad. Once again I am sure that the credentials are correct.

enter image description here

Is it even possible to use itms-services with a proxy that uses proxy authentication? Has someone ever used itms-services with proxy authentication?

I hope someone can help me. Thanks for your help in advance!