taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

android-targetSdkVersion must be 25 to make it work #127

Open junal opened 6 years ago

junal commented 6 years ago

25 gives warning in the Android developer console and require min 26 but if I set 26 in the config file, the notification doesn't work.

iugo-robert commented 6 years ago

@junal I've just submitted a pull request to fix this issue.

See https://github.com/taivo/parse-push-plugin/pull/128