Deprecated; see https://aka.ms/dotnet-discord, and please use use #android on the DotNetEvolution Discord
Hi folks. We're looking to move a discussion from StackOverflow somewhere where we might get help. Basically for Android since upgrading Xamarin.Forms components we're no longer getting push notifications handled when the app is stopped (not force stopped, not in Doze mode). Worked for earlier 3.? versions, not anymore. The SO conversation is in the comments section here https://stackoverflow.com/questions/59582314/how-can-i-receive-a-push-notification-when-my-xamarin-android-app-is-stopped
Have folks here in the last 3 or 4 months run into any known Firebase/Xamarin issues that might help? Is this a forms thing or OK to discuss here?
adb logcat
output
@richjones88 https://docs.microsoft.com/en-us/xamarin/cross-platform/get-started/requirements
It does not cost. You can use a Visual Studio Community edition to use Xamarin.
Hi All
I have a query regarding AndroidClientHandler
In the Xamarin documents it is said that AndroidClientHandler internally interacts with Native java code to make API calls. But when I decompile by apk and class files I could not find the HttpJava files.
I actually would like to instrument the Http Java files inside the apk and repackage it, can some one please help me how AndroidClientHandler interacts with JAVA?
Thanks