My company is building several Android and iOS apps. They will be essentially the same app but branded differently for each customer.
I am setting up push notifications for these apps. I plan to send all push notifications for both iOS and Android through GCM (or FCM).
I had planned to use only the one single Sender Id / API Key for all apps and all customers.
For iOS notifications to work using GCM or FCM I have to associate an APNS certificate with my Google Project but is it possible to associate multiple APNS certificates with the one Google project if we decide to have just one google project for multiple customers / apps?
If the answer is no, does that force us to have a separate google project for each customer?