pushd icon indicating copy to clipboard operation
pushd copied to clipboard

Is it possible: Multiple apns certificates for multiple applications?

Open Rakov-Denis opened this issue 12 years ago • 3 comments

Is it possible to send pushes to multiple applications using multiple apns certificate and key settings (instead of one exports[apns] setting)?

Rakov-Denis avatar Aug 28 '13 16:08 Rakov-Denis

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.

melv1n avatar Sep 19 '13 22:09 melv1n

@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 avatar Nov 26 '14 08:11 varmais

@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?

dashbitla avatar Feb 10 '15 19:02 dashbitla