hohoho

hohoho

V2EX 第 94050 号会员,加入于 2015-01-27 12:42:03 +08:00
.
根据 hohoho 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
hohoho 最近回复了
10.88 感谢
267 天前
回复了 brwzsy0733 创建的主题 Apple ipa 文件存在哪可以实现在线安装?
@13927131347

plist 模版里面有两个动态数据:bundleId 和 downloadUrl

<string>{{bundleId}}</string>
<string>{{downloadUrl}}</string>

方案一:query 参数带进去 bundleId=encodeURIComponent(your.bundle.id)&downloadUrl=encodeURIComponent( http://your.web.com/your.ipa)

方案二:在后端代码里写好 plistId 映射

如:const map = { 'your-plistId-1' : { bundleId: '....', downloadUrl: '....' }}

通过这两个方案取出来 bundleId 和 downloadUrl 替换 plist 模版,然后在 response 里面把新生成的 plist 字符串写进去。
269 天前
回复了 brwzsy0733 创建的主题 Apple ipa 文件存在哪可以实现在线安装?
@13927131347 可以的。不知道苹果是否限制 plist 后缀,最好用 param 形式 /index/:plistId/app.plist 。服务端放一个 plist 模版,根据 plistId 生成不同内容的文件 response 。
269 天前
回复了 brwzsy0733 创建的主题 Apple ipa 文件存在哪可以实现在线安装?
@bao3 可以。

1 、提供一个网页,网页上的下载是一个链接,类似:itms-services://?action=download-manifest&url=https://your.web.com/YourApp.plist

注意:plist 文件必须是 https

2 、plist 里的内容:

```xml
<?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">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://your.web.com/YourApp.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.YourApp.BundleId</string>
<key>bundle-version</key>
<string>1.0.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>YourAppName</string>
</dict>
</dict>
</array>
</dict>
</plist>
```
305 天前
回复了 liul2566 创建的主题 OpenAI 用 depay 续费的号直接没了
@hohoho 欠款 --> 退款
305 天前
回复了 liul2566 创建的主题 OpenAI 用 depay 续费的号直接没了
@Alexf4 老哥 nobepay 的欠款退到卡上了?我的昨天收到了 openai 退款邮件,但是卡上没有收到退款,客服说让再等两天。
310 天前
回复了 Wataru 创建的主题 宽带症候群 跟苹果设备配合好的路由器有哪些?
最近看到一个新闻,忘记来源是哪里了,楼主参考下:华硕路由器自动下发的一个补丁文件导致路由器问题。
@lzwtop 我今天把卡解了,想着自己用 nobepay 开卡用,但是一直绑定失败,同一个 ip ,换成另一个 gpt 账号一次成功。

之前是在淘宝上开的 plus ,有可能是黑卡导致的吧,放弃在这个号上续 plus 了。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2733 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 00:23 · PVG 08:23 · LAX 17:23 · JFK 20:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.