push-notifications-swift icon indicating copy to clipboard operation
push-notifications-swift copied to clipboard

Swift SDK for the Pusher Beams product:

Results 5 push-notifications-swift issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello Team, I hope this message finds you well. I would like to draw your attention to an important update required by the App Store. Starting May 1, 2024, a...

I'm calling `clearAllState` upon user logging out, as recommended in the docs. I've noticed that the completion handler is not being called, which at least in my current implementation results...

Hallo everybody. I have some problem with push notifications and Pusher Beams on my iOS app. Notifications are working but jot always, sometimes i need to make a few request...

We had a few crashes being reported to Crashlytics with the following stack trace: ``` Crashed: com.pusher.beams.handleMessageQueue 0 redacted-app 0xdd2b74 closure #1 in PushNotifications.serverSyncHandler.getter + 39 (PushNotifications.swift:39) 1 redacted-app 0xde8e0c...

stack trace in organizer It looks like the dictionary `PushNotifications.shared.tokenProvider` or `serverSyncEventHandler.userIdCallbacks` is being accessed concurrently on different threads, which causes the crash. I haven't been able to reproduce the...