You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this is affecting me too, however I moved the class that integrates with Xamarin.LocalNotifications into the iOS project directly, then it does return an instance successfully.
I'm experiencing the same problem, any solution to this? What exactly do you mean by moving the class that integrates with Xamarin.LocalNotifications into the project? (I'm testing on Android, not iOS though)
Allways going into this # IF and return null
17 #if PORTABLE
18 return null;
19 #else
20 return new LocalNotifier();
21 #endif
My Project is a Portable Project, but just testing with the Android app.
The text was updated successfully, but these errors were encountered: