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

北战南征 提交于 2020-03-22 06:11:29

问题


I wanted to create a Hybrid App using Ionic/React native. In my application, I am going to create stickers and I wanted to upload those stickers to WhatsUp. How can I do that?


回答1:


That's not how Whatsapp stickers work, they're not uploaded to Whatsapp.

If you'd like to create your own stickers for WhatsApp, you can package them in an Android or iOS app. 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.

You can check the full specifications of creating Whatsapp stickers posted by Whatsapp here.

They've even published native app samples for both Android & IOS here so you can replicate them on whatever technology you want to use.



来源:https://stackoverflow.com/questions/57405458/how-to-create-a-sticker-app-and-send-them-to-whatsapp-or-any-messenger-using-js

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!