[Question] Looking solution: Push notification when SaaS open API for customer build apps

I believe that for iOS something like this should fit your needs:

const pushOptions = {
      ios: [{ /* setup for app 1 */ }, { /* setup for app 2 */ }, { /* etc */ }]
    }

But it looks that same can’t be done to Android.

So, I see three options:

  • Test if it works for iOS and check what is the effort to send a PR and make it possible to Android as well;
  • Create your own custom Push Adapter to handle your use-case;
  • Spin up one parse server for each of your apps.