rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

Android - calling register() causes nav bar to disappear. #136

Closed pangia closed 6 years ago

pangia commented 6 years ago

We have implemented the plugin (we had to use the new beta version to get by other errors listed due to GCM compatibility issues).

In our Android version, if the call to CrossPushNotification.Current.Register() is made, the navigation bar for the application disappears. Once we comment out this call, the nav bar appears again correctly.

Any ideas?

Thank You.

pangia commented 6 years ago

Non issue, Was due to mismatched versions in PCL and droid project.