Hello there! We have an application that’s essentially one app in backend, but has three different mobile builds (both iOS and Android) with different branding and different appIds. It was no problem beforehand – we just changed splashes and icons for different apps.
Now we are integrating Push notifications into the apps. Using excellent raix:push
plugin.
For each appId we should have a push certificate. And push plugin only configures itself for one certificate. What is the best way to handle this?
- Improve plugin and make it handle multiple connections to push servers. That would imply extending plugin interface. Does anybody had any experience with things like this?
- Use three backends with single db and different certificates. Would be any performance problems this way? Did anybody do anything like this?