WhatsApp / stickers

This repository contains the iOS and Android sample apps and API for creating third party sticker packs for WhatsApp.
Other
2.73k stars 1.7k forks source link

[Android]App does not stop loading after clicking on "Add to WhatsApp" #88

Closed ErdbeerbaerLP closed 5 years ago

ErdbeerbaerLP commented 6 years ago

I made 2 sticker packs and when i try to add any of theese it only shows "Sending to WhatsApp". I let it running an hour and still no result. There is no error in the logs of the app. Android 8.0.

amrit-1901 commented 6 years ago

Does this happen on iOS or Android?

rdvt commented 6 years ago

I have the same issue in iOS 12.1

rdvt commented 6 years ago

I have the same issue in iOS 12.1

With png image works but webp crash

ahmetsina commented 6 years ago

Same here iOS 11.2.5

SagarRaiyani commented 5 years ago

Same issue in android 8.1.0

amrit-1901 commented 5 years ago

For iOS, if your app crashes with webp images, you probably forgot to add them to the target. Select the image and on the right side of the window, make sure "WAStickersThirdParty" is selected.

screen shot 2018-11-02 at 10 04 32 am
rdvt commented 5 years ago

Yes the target is correctly marked, and crash whatsapp app

Saludos


From: Amritpal Sandhu notifications@github.com Sent: Friday, November 2, 2018 12:21:35 PM To: WhatsApp/stickers Cc: rdvt; Comment Subject: Re: [WhatsApp/stickers] App does not stop loading after clicking on "Add to WhatsApp" (#88)

For iOS, if your app crashes with webp images, you probably forgot to add them to the target. Select the image and on the right side of the window, make sure "WAStickersThirdParty" is selected. [screen shot 2018-11-02 at 10 04 32 am]https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F38670811%2F47929635-dd06e280-de86-11e8-83d7-cfab2eaa8074.png&data=02%7C01%7C%7C5cb7fd05b3bd4e3f855908d640f006e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636767796978573945&sdata=xeZy%2FrKrD0%2BvBvxJKazEL9RXS4OCL9jx9TUMlBnwcac%3D&reserved=0

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FWhatsApp%2Fstickers%2Fissues%2F88%23issuecomment-435446685&data=02%7C01%7C%7C5cb7fd05b3bd4e3f855908d640f006e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636767796978573945&sdata=mSfLo3CD9sqhKdFLAqcY62FU5WsLhs3FoH0LpJ65QQM%3D&reserved=0, or mute the threadhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAHJ5XCfIlcMEss4n8Q9qaiAREgsrUzRaks5urI0ugaJpZM4YCLYV&data=02%7C01%7C%7C5cb7fd05b3bd4e3f855908d640f006e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636767796978573945&sdata=bUEr0pZm2k6sXY3r61mCrx4ZdWeo14jgGCpW%2BEc815M%3D&reserved=0.

simonzhexu commented 5 years ago

I made 2 sticker packs and when i try to add any of theese it only shows "Sending to WhatsApp". I let it running an hour and still no result. There is no error in the logs of the app. Android 8.0.

By still no result, do you mean that the progress bar with "Sending to WhatsApp" dialog stays there and not disappearing?

ErdbeerbaerLP commented 5 years ago

It does not stop loading and it does not add the stickers to WhatsApp. It does not even ask me to add them.

ParaSpl01t commented 5 years ago

any update on this issue?

fabio-negri commented 5 years ago

I got it working in Android by importing PNGs into the assets folder and then converting them to WebP using Android Studio.

image

simonzhexu commented 5 years ago

Please reopen if this still happens.