Questions tagged [whatsapp-stickers]

33 questions
3
votes
0 answers

How to add animated stickers packs to WhatsApp using React Native?

I am using image picker to pick animated webp images in react-native android and can add static stickers but it fails to add animated sticker pack. To avoid file type issues I have used sample stickers from WhatsApp's sample animated sticker assets.…
3
votes
1 answer

NativeLoader has not been initialized. To use standard native library loading

getting an error while fetching a WhatsApp sticker pack in my app NativeLoader has not been initialized. To use standard native library loading, call nativeloader.Init(new SystemDelegate()). why this error show in logcat and sticker packs cannot…
3
votes
1 answer

How to put a "View More " button click in my sticker app and that link it with my playstore app in Android

I am creating sticker app for whatsapp application using this repository. Everything works fine but right now I want to redirect to Play store when user will click on sticker's view more button. For more clarification, I have attached screenshot.
Mohd Sakib Syed
  • 1,679
  • 1
  • 25
  • 42
3
votes
2 answers

How to save / export Whatsapp stickers as webp images?

I want to use whatsapp stickers outside of the app. /storage/emulated/0/Whatsapp/Media/Whatsapp Stickers only contains the stickers which I've sent / recieved. It looks like Whatsapp keeps all the stickers in a encrypted file -…
user9586876
  • 81
  • 1
  • 2
  • 8
3
votes
1 answer

Use camera image or gallery image for custom sticker in whatsapp sticker pack application

I am working on a whatsapp sticker pack application. I am able to add static stickers from assets to whatsapp stickers following the demo I need to use local image (from camera or gallery) as sticker and add it to whatsapp stickers. Any idea about…
2
votes
0 answers

how can I send gif in whatsapp-web js

does anyone know a way? this is what I tried so far and the err I get: const media = MessageMedia.fromFilePath('C:/desktop/test.gif'); try { client.sendMessage(message.from, media, {sendMediaAsSticker: false}); } catch(e) { …
Shahar
  • 85
  • 1
  • 7
2
votes
0 answers

I am not able to update sticker pack which is already added to whatsApp in android

I configure content provider so that my application can communicate to whatsapp. I am able to add packs to whatsApp but when I added new sticker to my existing pack; it is added to application pack but in whatsApp pack that sticker is not updated…
2
votes
0 answers

Android Encode Animated Webp from list of bitmaps

for whatsapp stickers i am generating animated gif using AnimatedGifEncoder and saving it as webp, but whatsapp does not accept it, so i need someone who guide me how to convert list of bitmaps into animated webp without using ffmpeg or covert the…
Usama Saeed US
  • 984
  • 11
  • 18
2
votes
0 answers

Third party pack cannot be found likely because the corresponding app is restricted, sdk: 29 ,power saving mode: false

I have to used same method as you say it working when i add sticker from assets it was working but when i have to create my custome stickerpack and add to it whatsapp then getting same issue "Third party pack cannot be found likely because the…
2
votes
0 answers

whatsapp sticker pack adding issue

I am using this demo to create custom sticker for my app. https://github.com/idoideas/StickerMaker-for-Whatsapp all working fine but when I try to add sticker pack, I'm getting this error. I search a google but I can't find answer or clue.
Sagar
  • 585
  • 1
  • 9
  • 28
1
vote
0 answers

how to use the formatVideoToWebpSticker function in whatsapp web js

I'm trying to figure out how to use this to convert a video to a webp file. I took this code from the Util file from the documentation. I'm doing this because I figured it takes 5 seconds to send a video using whatsapp web js and sending a webp will…
Shahar
  • 85
  • 1
  • 7
1
vote
1 answer

Automatic WhatsApp Mesaage send from Google Sheet if anythng change

I want to know if there is a way, if there is something change in a specific cell automatic WhatsApp should send
1
vote
0 answers

The AsyncTask API is deprecated in Android 11. How to modify this code?

The AsyncTask API is deprecated in Android 11. How to modify this code? I was reading about AsyncTask, and I tried the simple program below. But it does not seem to work. How can I make it work? Please modify this code public class EntryActivity…
1
vote
0 answers

I am trying to convert image (PNG) to WA Sticker in my app. How can I do this? Whatsapp supports image/webp.wasticker mime type

How can I convert PNG or any image to the Whatsapp sticker format so that I can send it as a sticker and not as image. Basically, I am making a keyboard app so I need to send stickers to WA from my keyboard but its taking as Image (PNG) and is not…
1
vote
0 answers

Does What'sapp support chat bot avatars?

I am currently working on a chat bot that is being deployed on what's app, and so I would like to know if what's app supports chat bot avatar?
Karim Fayed
  • 59
  • 1
  • 6
1
2 3