简体   繁体   English

iMessage扩展程序是否需要iOS10中的容器(父)应用程序?

[英]Does iMessage extension need container (Parent) app in iOS10?

Before release of iOS 10, extension only works with container app. 在发布iOS 10之前,扩展程序仅适用于容器应用程序。 There is no way to create independent extension without parent app. 没有父应用程序,就无法创建独立的扩展程序。

But after release of iOS 10, I found that we can deploy Sticker iMessage Pack without any parent application. 但是在发布iOS 10之后,我发现我们可以在没有任何父应用程序的情况下部署Sticker iMessage Pack。

So can we create iMessage App with other functionality, independent of parent application? 那么我们是否可以独立于父应用程序创建具有其他功能的iMessage App?

If yes, then can we use In App Ads for monetization within iMessage Extension ? 如果是,那么我们可以在iMessage Extension中使用In App Ads获利吗?

You can either create an independent iMessage app, or an extension to an iOS app. 您可以创建独立的iMessage应用程序,也可以创建iOS应用程序的扩展。 Note: currently, if you create an iMessage app and decide later you'd like for it to have a parent iOS app, you won't be able to do that in iTunes Connect. 注意:当前,如果您创建一个iMessage应用程序并稍后再决定要它具有父iOS应用程序,则将无法在iTunes Connect中执行此操作。

In my experience you also can't load ads in an iMessage extension, and external links are prevented. 以我的经验,您也无法在iMessage扩展程序中加载广告,并且阻止了外部链接。 So your best bet is to use in-app purchases or charge for the app to monetize it. 因此,最好的选择是使用应用内购买或通过应用收费以将其货币化。

Yes, here is iMessage development guide. 是的,这是iMessage开发指南。 We can develop Standalone App as well as Extension for Application . 我们可以开发独立应用程序以及应用程序扩展

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS10 iMessage:无法使用 MSConversation 将数据插入 iMessage - iOS10 iMessage : Unable to insert data into iMessage using MSConversation iOS10文件系统 - 不再是app容器中的文件? - iOS10 filesystem - are files no longer in app container? 在iMessage应用扩展iOS 10中将附件​​发送到会话时崩溃 - Crash in sending attachment to conversation in iMessage app extension iOS 10 Admob不会加载iOS 10 iMessage应用扩展程序的广告 - Admob doesn't load ads for iOS 10 iMessage app extension iMessage应用程序-iOS 10 localParticipantIdentifier.UUIDString无法在模拟器中翻译 - iMessage App - iOS 10 localParticipantIdentifier.UUIDString does not translate in simulator Today Widget 扩展高度 - iOS10 - Today Widget Extension Height - iOS10 iOS iMessage应用程序扩展-复制iMessage Sticker应用程序行为 - iOS iMessage App Extension - Replicate iMessage Sticker App Behavior 我的应用程序是否可以在iOS 10上打开我的iMessage扩展程序激活的Messages应用程序? - Is it possible for my app to open the Messages app with my iMessage extension activated, on iOS 10? 如何在iMessage iOS11(或iOS10,Mac OSX Sierra)中禁用URL链接预览 - How to Disable URL Link Previews in iMessage iOS11 (or iOS10, Mac OSX Sierra) ios10中的phonegap应用程序冻结 - phonegap app freeze in ios10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM