You wanna record a sound and play it on a different phone with notification enable? Here we go ;-)
- Go to "appsettings.json" of the project "CherieAppBankSound" and add a SQL Connection String
- "Add-Migration Init" in the Package Manager Console
- "Update-Database"
- Deploy the "CherieAppBankSound" to an Azure Web App.
- Get its URL.
- Replace it in "CherieAppUploadZik" and "MAUICherieApp" appsettings.json
- Deploy the Sound Maker on a phone (=> CherieAppUploadZik).
- Deploy the Sound Listerner on a phone (=> MAUICherieApp).
- Enjoy making sounds and play it on another phone.
- [Facultative] Just use "debug-wifi.ps1" to deploy them wirelessly.