var result = await Application.Current.MainPage.DisplayAlert("Title", "Prompt", "Yes", "No");
await Application.Current.MainPage.DisplayAlert("Title", "Message", "OK");
- First change your build type to Release from debug.
- Clean
- Rebuild
- Right click your android project and click on archive
- After successful archive click on Distribute and click on Ad-hoc
- Create keystore file
- After finishing click on Open Distribution Your apk file is ready.