hetcmnten
hetcmnten
> Register the root of the shell only once. In my case, I had a similar problem because I had registered the route in both xaml and code-behind. I only...
have any one find solution for this? I encounter this problem in iOS 12.4 and above
> I solved the problem with the following solution: > > In AndroidManifest.xml > > ` ` > > In BadgeProviderFactory.cs > > `providers.Add("com.huawei.android.launcher", new HuaweiBadgeProvider());` > > In HuaweiBadgeProvider.cs...