B1naryStudio / Xamarin.LocalNotifications

MIT License
46 stars 16 forks source link

Allways return null from CrossLocalNotifications #9

Open arribeiro opened 8 years ago

arribeiro commented 8 years ago

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.

RobbiewOnline commented 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.

thoreyjona commented 7 years ago

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)

pshendage commented 7 years ago

It always returns null for me on portable Have anyone idea about this?