简体   繁体   English

如何创建贴纸应用程序并将其使用ionic或React native等JS框架发送到WhatsApp或任何Messenger?

[英]how to create a sticker App and send them to WhatsApp or any messenger using JS Frameworks like ionic or React native?

I wanted to create a Hybrid App using Ionic/React native. 我想使用Ionic / React本机创建混合应用程序。 In my application, I am going to create stickers and I wanted to upload those stickers to WhatsUp. 在我的应用程序中,我将创建贴纸,我想将这些贴纸上传到WhatsUp。 How can I do that? 我怎样才能做到这一点?

That's not how Whatsapp stickers work, they're not uploaded to Whatsapp. 这不是Whatsapp贴纸的工作方式,它们没有上传到Whatsapp。

If you'd like to create your own stickers for WhatsApp, you can package them in an Android or iOS app. 如果您想为WhatsApp创建自己的贴纸,则可以将它们打包在Android或iOS应用中。 You can publish your sticker app like any other app to the Google Play Store or Apple App Store, and users who download and install your app will be able to start sending those stickers right away from within WhatsApp. 您可以像其他任何应用程序一样将贴纸应用程序发布到Google Play商店或Apple App Store,下载并安装您的应用程序的用户将能够立即在WhatsApp内发送这些贴纸。

You can check the full specifications of creating Whatsapp stickers posted by Whatsapp here . 您可以在此处查看创建Whatsapp发布的Whatsapp贴纸的完整规范。

They've even published native app samples for both Android & IOS here so you can replicate them on whatever technology you want to use. 他们甚至在这里发布了适用于Android和IOS的本机应用程序示例,因此您可以在想要使用的任何技术上复制它们。

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

相关问题 如何使用Ionic在Whatsapp中共享长文本内容 - How to share long text content in Whatsapp using Ionic Angular / Ionic4如何在不打开本机短信应用程序的情况下发送短信 - Angular/Ionic4 How to send an sms without opening native sms App 如何在我的angular(6+)PWA应用中带来共享选项,以将媒体共享到社交应用(Messenger,Whatsapp)? - How can i bring share option in my angular(6+) PWA app to share media to social apps(Messenger,Whatsapp)? 如何在离子原生中创建,读取和写入文件 - how to create, read and write file in ionic native 如何在离子中使用* ngfor创建类似于UI的图块 - How to create tiles like UI with *ngfor in ionic 在Ionic App Component TS中使用JS功能 - Using JS functionality in Ionic App Component TS 从 Angular 2 Web 应用程序发送 whatsapp 消息 - send whatsapp message from angular 2 web app 如何使用带电容器的 angular ionic 4 像 TIKTOK APP 一样全屏显示图像和视频 - How to display images & videos in full screen like TIKTOK APP using angular ionic 4 with capacitor 将Ionic Native API与Ionic 2结合使用 - Using Ionic Native APIs with Ionic 2 如何使用数据表单从 ionic angular 应用程序发送文件到 laravel 服务器? - how send file using dataform from ionic angular app to laravel server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM