admin-portal icon indicating copy to clipboard operation
admin-portal copied to clipboard

Push notification

Open aliqasemzadeh opened this issue 6 years ago • 4 comments
trafficstars

Hello, Does it support push notification base on invoice ninja.

aliqasemzadeh avatar Mar 16 '19 02:03 aliqasemzadeh

Not currently...

hillelcoren avatar Mar 16 '19 16:03 hillelcoren

@hillelcoren Is it possible to send push notification to mobile app without FCM? Just use laravel to send push notification.

aliqasemzadeh avatar Mar 28 '19 12:03 aliqasemzadeh

I'm not sure, I haven't looked into this yet.

hillelcoren avatar Mar 28 '19 16:03 hillelcoren

It is, as long as you either:

  • display a persistent notification (Android only), or
  • are okay with notifications only coming through every 15 or more minutes (works on Android and iOS).

Here's a Cordova plugin that does the latter option using native code on both platforms. I know this app isn't made with Cordova, but it's probably helpful to see how it does it. I use that plugin in an app to allow polling for notifications from a JSON API, it seems to work alright.

skylarmt avatar Apr 09 '19 17:04 skylarmt