ntfy-ios icon indicating copy to clipboard operation
ntfy-ios copied to clipboard

iOS App for ntfy

Results 6 ntfy-ios issues
Sort by recently updated
recently updated
newest added

https://github.com/binwiederhier/ntfy-ios/assets/6376229/3980fae9-e604-4e0d-8ba9-f269aa01ef44

Rather than futzing around with the shared project config and hoping that personal configs are not accidentally merged, this PR shifts configuration to a `project.xcconfig` and `projectoverride.xcconfig` file, where `project.xcconfig`...

Remove trailing slashes from base URL inputs before saving them

- When app enter background mode, url request will be terminated. - When notifications received, using background task to poll for new notifications and display it.