Share via

Xamarin IOS app not working with AppShell TabBar

Srinath Mannam 291 Reputation points
Apr 26, 2022, 2:08 PM

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?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,379 questions
{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.