A .NET MAUI app to start sending messages to a WhatsApp number without first adding it as a contact
I created this app for my own entertainment and to learn about .NET MAUI. I am not responsible for any damage or malfunction
await Launcher.OpenAsync($"https://wa.me/{phoneNumber}"); // 😜
msbuild /restore /t:Publish /p:configuration=Release /p:WindowsAppSDKSelfContained=true /p:Platform="Any CPU" /p:WindowsPackageType=None /p:TargetFramework=net7.0-windows10.0.19041.0 /p:PublishSingleFile=true /p:PublishReadyToRun=false
dotnet publish -f net7.0-android -c Release
then just download it from releases
thanks to ChatGPT for the icon and helping me juggle fixing some obscure issues