Hi,
I'm trying to send multiple sms messages through a loop within a xamarin.forms app and want to await the sms screen to close before composing the next sms. Tried xamarin.essantials and plugin.messaging components and they didn't await the sendsms task. I tried taskcompletionsource and await it but OnAppearing of the page also fires once so I can't reset the task result between sms messages. Any ideas for this?