You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using version 2.0.0 but we cannot find any working solution for sending bulk push notification for IOS...
Are you able to let us know which is the working line of code for both OS (IOS/ANDROID)???
The text was updated successfully, but these errors were encountered:
I can send single and bulk push notifications to ANDROID/IOS using these default settings. However, I had problems pushing to topics.
PUSH_NOTIFICATIONS_SETTINGS= {
# Load and process all PUSH_NOTIFICATIONS_SETTINGS using the AppConfig manager."CONFIG": "push_notifications.conf.AppConfig",
# collection of all defined applications"APPLICATIONS": {
"<application_name>": {
# PLATFORM (required) determines what additional settings are required."PLATFORM": "FCM",
# required FCM setting"API_KEY": "apikey"
}
}
}
We are currently using version 2.0.0 but we cannot find any working solution for sending bulk push notification for IOS...
Are you able to let us know which is the working line of code for both OS (IOS/ANDROID)???
The text was updated successfully, but these errors were encountered: