Suggestions required for showing notifications on both IOS and android

Could you please suggest plugin for showing notifications on mobile for both android and IOS devices?

We are using Ionic cordova-plugin-local-notifications, but on new ios 10 version notifications are not coming.
We are seeing below logs in debug console.
2016-10-26 23:02:08.641194 Visibility[2839:750042] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}

Could you suggest any alternative plugin which works on both android an IOS latest versions also?