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
After a python upgrade to 3.10+, I migrated from using the apns module to using the apns_async module. I then discovered that the apns_async module does not support passing badge as a function which was a feature in the apns module.