Im new here and this looks wierd... #71
Answered
by
TureBentzin
TureBentzin
asked this question in
Q&A
-
So I followed the Readme.md to implement the Bot: private static WhatsappAPI api = new WhatsappAPI();
public static void main(String[] args) {
registerEvents(api);
api.connect();
}
public static void registerEvents(WhatsappAPI api) {
api.registerListener(new Listener());
} then a QR-Code is printed to the Console.. when I try to scan it with Whatsapp (IOS) my Phone vibrates and this for a few scans after this the App will display an empty Message with one "OK" Button. The Api will print a new Code.. can somebody help me? |
Beta Was this translation helpful? Give feedback.
Answered by
TureBentzin
Dec 11, 2021
Replies: 1 comment
-
Okey i found the problem: I was part in the "Multi-Device Beta" from Whatsapp |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TureBentzin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okey i found the problem: I was part in the "Multi-Device Beta" from Whatsapp