Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allways return null from CrossLocalNotifications #9

Open
arribeiro opened this issue Jul 14, 2016 · 3 comments
Open

Allways return null from CrossLocalNotifications #9

arribeiro opened this issue Jul 14, 2016 · 3 comments

Comments

@arribeiro
Copy link

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
Copy link

RobbiewOnline commented Jul 23, 2016

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
Copy link

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
Copy link

pshendage commented Aug 31, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants