parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

feat: Make possible to always enable polling of new messages; #85

Closed mat1th closed 1 month ago

mat1th commented 2 months ago

This pr makes it possible to always enable polling even when the push permission is granted. This is a fix for the issue I raised in: https://github.com/parley-messaging/ios-library/issues/82.

It does add the func setAlwaysEnablePolling(:_) function to the Parley singleton. The view reads the property to enable the polling if needed;

alexkok commented 1 month ago

Released in 4.1.0 :rocket: