Paradise
Paradise

Reputation: 568

Push Notification - Two apps sharing the same Parse Serve

Issue Description

My two apps (a free app and a pro app) point to the same parse database.

Expected Results

I want Push Notifications working in both two apps.

Actual Outcome

While for now, only one app can send push notification successfully.

Steps to reproduce

Besides sending notifications by my apps, I also tried to send push by dashboard. The result is same, only one app works, another fails to get the notification.

Environment Setup

I'm trying the way in Github #2188. I also refer to following two links: https://www.parse.com/questions/push-to-multiple-apps Multiple apps in a single parse server

But all didn't work.

Thanks so much for helping out.

My cloud code in index.js are:

Upvotes: 1

Views: 273

Answers (1)

Paradise
Paradise

Reputation: 568

So, at here, when we generate p12 files from KeyChain, we shouldn't involve the private key, even you don't add password. So just ignore the private key when generating p12 files.

Upvotes: 0

Related Questions