You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you plan on downloading media files, don't forget to set your app name and version in de config. whatsAppConfig.AppName = "YourAppName"; whatsAppConfig.Version = "0.0.1";
Everything works when you don't except for the downloads. There the app name is used in a header. If not set, you get a very weird error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you plan on downloading media files, don't forget to set your app name and version in de config.
whatsAppConfig.AppName = "YourAppName"; whatsAppConfig.Version = "0.0.1";
Everything works when you don't except for the downloads. There the app name is used in a header. If not set, you get a very weird error.
Beta Was this translation helpful? Give feedback.
All reactions