App Acts Differently When Started From Device

Nathan Sokalski 4,111 Reputation points
2022-06-20T16:15:17.337+00:00

I have an a that works perfect when started using the Visual Studio 2022 Debugger (I am debugging using a Surface Duo). As we know, running the debugger installs the app on the device. However, if I open the app from the device (not for debugging, just to test it out), it acts differently. My code does not include any #if DEBUG lines, so I cannot seem to figure out why it is acting differently. I cannot use the debugger to figure this out, because like I said, it works fine when starting it from the debugger. How can I determine what is different?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
{count} vote

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.