Is it possible: Multiple apns certificates for multiple applications?
Is it possible to send pushes to multiple applications using multiple apns certificate and key settings (instead of one exports[apns] setting)?
That sounds like a lot of maintenance in one file. Why don't just create a pushd folder per app and start seperate daemons for each of them? If you need to move some to another server, moving would be no hassle.
@Rakov-Denis it is possible. Just create a new block of settings for each customer ie. ['apns-customer1'], ['apns-customer2'] with correct certificates and in your iOS application subscribe the client with the appropriate proto value.
In my opinion it's much less maintenance than creating separate services for each customer.
@varmais Thanks for the Tip!
How do we send Push notifications from the Server to a specific App? Is there a way to send Event Messages via Event API to a specific App? There is no way to specific the App name or proto value or something to send the messages to a specific App.
Can you please clarify?