Handle APNS multiple connections

Hello,


I'm writing an SDK that also can send push to the user's app. Of course the user will need to register the APNS and give me his certificate + token, and also delegate me to the push arrives to his app.

My problem is: how do I manage a lot of connections between my server and APNS?

From what I understand, each connection is per app, with its own certificate. What if 1000 different apps use my SDK? Do I need to hold 1000 connections to the APNS? seems odd.


Thanks for any response.

Replies

We would like to know how this is achieved also. Did you have any advice on this matter?

Nothing.

Somehow no one has an answer.

> What if 1000 different apps use my SDK? Do I need to hold 1000 connections to the APNS?


Yes.