Description
Issue Description
In the last version of parse-server 2.5.2, when sending push messages to an iOS device the following message appears, I would like to know what the new configuration is used.
Push: {
Android: {
SenderId: '', // The Sender ID of GCM
ApiKey: '' // The Server API Key of GCM
},
Ios
{
Pfx: '/root/prod.p12',
BundleId: 'com.apple',
Production: true
},
{
Pfx: '/root/dev.p12',
BundleId: 'com.apple',
Production: false
}
]
}
The error is:
WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead
How will the new configuration for the iOS push?
Steps to reproduce
Send a push to iOS Device with the parse-server 2.5.2 with the old configuration with bundleId
.
Expected Results
Not Warn
Actual Outcome
WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead
Environment Setup
- Server
- parse-server version (Be specific! Don't say 'latest'.) : 2.5.2
- Operating System: Ubuntu
- Hardware: VPS 8 Core 8 Gb Ram
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc):
Logs/Trace
1|RTC | WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead