Open arribeiro opened 8 years ago
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)
It always returns null for me on portable Have anyone idea about this?
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.