rdelrosario / xamarin-plugins

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

Push Notification: Android version confusion #75

Closed skrichten closed 7 years ago

skrichten commented 7 years ago

In the readme, the Platform Support table says "API 14+" for Android.

Then under the Android Specifics section it says... "Must compile against 21 as plugin is using API 21 specific things."

These statements seem to contradict each other, but I'm new to mobile dev, so maybe I am missing something?

rdelrosario commented 7 years ago

API 14+ refers to the minimumSdkVersion but target should be API 21

SimoneMSR commented 7 years ago

What should one do in order to use the library for API 21 and above (+21) ?

rdelrosario commented 7 years ago

It can run with minimum version 16+ but target should be at least 21+