Hello,
I am using Xamarin Auth to authenticate the user in my app. After i login and then logout from the and try top login again i get this error :
2017-09-22 22:47:26.813 Cinema.iOS[8714:2469999] Warning: Attempt to present on whose view is not in the window hierarchy!
Does someone knows why do i get this error? The login button does not work. I need to restart the app for the button to work again.
thx
Answers
The entire error
Check your Xamarin.Forms navigation.
Search for:
I think I wrote the answer already. There were several users, but the problem was thay did not use NavigationPage in their navigation.
@moljac Include a NavigationPage solved the issue for me
Thanks