iOS 10 : Add sticker extension to an existing Application

后端 未结 1 1622
鱼传尺愫
鱼传尺愫 2021-02-12 11:55

I want to make an iOS sticker pack for my application. I\'ve been looking around and I managed to do a sticker app via Xcode. My problem is that I don\'t want a sta

相关标签:
1条回答
  • 2021-02-12 12:22

    If you dont want to use it as a standalone app then you have to use it as a extension in your app.Open File->New->Target and add sticker app extension.Give a name to your sticker pack extension.Also add messages framework in your application.Check in simulator.On device you will be requiring new provisioning profile with the app id corresponding to the sticker pack extension.I have verified at my end

    0 讨论(0)
提交回复
热议问题