Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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. In my application, I am going to create stickers and I wanted to upload those stickers to WhatsUp. How can I do that?

like image 462
Anji Avatar asked Aug 08 '19 05:08

Anji


1 Answers

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.

like image 124
Sherif Abdulmawla Avatar answered Oct 23 '22 00:10

Sherif Abdulmawla