【问题标题】:Is it possible to add a Xcode created sticker pack into a Xamarin.Forms iOS bundle for the AppStore upload?是否可以将 Xcode 创建的贴纸包添加到 Xamarin.Forms iOS 包中以供 AppStore 上传?
【发布时间】:2017-12-25 10:48:37
【问题描述】:

我想将 iMessage 集成到我的应用程序中。但我只需要一个简单的贴纸包。 Xamarin 的文档在这里说“可以从 Xcode 内部创建贴纸包消息应用程序扩展,而不包含任何代码。所需要的只是贴纸和应用程序图标的资产。”但是我如何添加这个贴纸包到我的 Xamarin.Forms 项目,以便它与包/包一起上传到 AppStore?

【问题讨论】:

    标签: xcode xamarin xamarin.ios xamarin.forms imessage


    【解决方案1】:

    我对文档的解释是,如果您只想要一个贴纸包的应用程序(即什么都不做),那么不要在 Xamarin / Visual Studio 中执行此操作,您只需启动 Xcode,创建一个新的空应用程序,然后添加贴纸的资产和要求。

    如果(如您的情况)您希望将 Stickers 作为应用程序的扩展,那么您需要根据 https://developer.xamarin.com/guides/ios/platform_features/message-app-integration/intro-to-message-app-extensions/#Creating_a_Custom_Sticker_Experience 创建一个消息应用程序扩展程序

    很高兴得到纠正,但这是我的解释 - HTH

    【讨论】:

    • 您提供的链接不是问题的答案。添加 iMessage 应用程序扩展会添加不同的项目,因此需要单独部署不同的 .ipa 文件。
    猜你喜欢
    • 1970-01-01
    • 2017-01-29
    • 1970-01-01
    • 2017-01-04
    • 1970-01-01
    • 2011-02-27
    • 2022-11-17
    • 2019-07-31
    • 1970-01-01
    相关资源
    最近更新 更多