OrtizJorge97

Results 3 comments of OrtizJorge97

Same issue here in January 12 2021 with Xamarin Forms: 4.8.0.1269.

> Same issue here on January 28th, 2021. Xamarin Forms 5.0.0.1874 @Umer-Mahmood how did you manage to solve it?

It worked for me, but with a little of modifications in my AppDelegate.mm (note that for me it is not AppDelegate.m) ``` //AppDelegate.mm - (void)applicationWillResignActive:(UIApplication *)application { if (self.taskIdentifier !=...