We are trying to implement push to applications, using parse-server-push-adapter over parse-server. We migrated our apps from parse.com.
Our problem is that we have multiple apps using the same mongodb with a single hosted parse sever (hosted on AWS Elastic Beanstalk).
The current push configuration allows to provide only one certificate but we have several apps with several apple certificates that we need to push to from that server, based on appIdentifier (as is possible on parse.com)
Has anyone solved a similar problem?
Any suggestions on how to tackle that?