Xamarin IOS app not working with AppShell TabBar

Srinath Mannam 291 Reputation points
2022-04-26T14:08:32.147+00:00

Our xamarin app is not working on IOS devices. It gets deployed and the initial login screen will popup, The user enters his credentials but the user cannot go any further.

The high-level architecture of the app is as follows

AppShell.xaml
196597-image.png

Once the mobile app starts, The following screen will come.
196662-whatsapp-image-2022-04-26-at-40114-pm.jpeg

After the user logs in then, I am trying to navigate to one of the screens registered in the App shell TabBar.
await Shell.Current.GoToAsync($"//{nameof(AssignmentOrdersPage)}?from=" + (this.FromPage == null ? "forward" : this.FromPage));

The above navigation is never happening. It keeps on loading in the same screen. Can someone please help me with this?

Developer technologies .NET Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.