WhatsApp / stickers

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

[Android] Add Stickers to 2nd WhatsApp Account #1005

Open santi-petersen opened 7 months ago

santi-petersen commented 7 months ago

Specifications
OS Version: Probably all versions that allow more than one WhatsApp account Device Manufacturer: All

Problem Description
Since WhatsApp recently added a feature that allows you to have 2 accounts and 2 phone numbers on the same phone, it is neccesary now any way to select in what account the stickers will be added, or it must add them in both accounts. At the moment stickers are added only in the 1st account.

Reproduction Steps
Add a second account to WhatsApp and try to add the pack to that account.

Korogba commented 7 months ago

it is neccesary now any way to select in what account the stickers will be added, or it must add them in both accounts. At the moment stickers are added only in the 1st account

I just tested this and adding works even after I switch accounts. Is the expectation here that adding a pack to the active account should also add it to the inactive account?

santi-petersen commented 7 months ago

OK. I verified that the pack is added always on the active account. I'm not sure what the best behavior is, whether to keep adding packs separately or share packs between accounts.

Maybe it's a topic of discussion. One of the users of my app uses two accounts and he says that when he wants to send a sticker he never find it, because he has many packs on both accounts and it is confusing. After spending some time searching for the pack and discovering that it's not there, he need to open the app, find the pack, and add it "again" to WhatsApp.

In my opinion, I think sharing all packs on both accounts is better behavior. And at least that's what this user expects.

Korogba commented 5 months ago

In my opinion, I think sharing all packs on both accounts is better behavior. And at least that's what this user expects.

yeah, I could bring this up internally but given the accounts are separate and usually do not share any other information, I am not sure about this. One option might be to give the user the additional option of adding to the second account

santi-petersen commented 5 months ago

One option might be to give the user the additional option of adding to the second account

Yeah, that is even a better solution. I understand that changes must be made in WhatsApp, not in this app. For example, the user can be asked in the dialog that WhatsApp displays when the user agree or not to add the pack.