Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk Notification for IOS #587

Open
infinityofzeroes opened this issue Sep 7, 2020 · 1 comment
Open

Bulk Notification for IOS #587

infinityofzeroes opened this issue Sep 7, 2020 · 1 comment
Labels

Comments

@infinityofzeroes
Copy link

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)???

@boscoseries
Copy link

boscoseries commented Oct 3, 2020

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"
        }
    }
}

@azmeuk azmeuk added the apns label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants