我正在尝试使用Apple的新商务聊天发送iMessage扩展程序,但它要求iTunes商店提供应用程序ID。有没有办法使用尚未提交审核的自定义应用进行测试?
答案 0 :(得分:1)
"interactiveData": {
"appId": 123456789,
"appName": "Package Delivery",
"URL": "<...>",
"bid": "com.apple.messages.MSMessageExtensionBalloonPlugin:<...>",
"sessionIdentifier": "{{uuid}}",
"receivedMessage": {
"title": "WWDC Goodies",
"subtitle": "Scheduled for delivery - Today",
"secondarySubtitle": "",
"tertiarySubtitle": "",
"imageTitle": "",
"imageSubtitle": ""
},
"useLiveLayout": true
},
"attachments": [
]
有两个参数负责appID调用此功能: appId 和 bid 。 可能,当我们测试此功能时,我们刚刚构建了一个应用程序,并用证书对其进行了签名,然后通过Xcode将其上传到iPhone上。
答案 1 :(得分:0)
您只能通过向iTunes Connect中的“我的应用”添加新应用来获取应用ID。如果您只是需要进行测试,请不要将其提交审核。