Updates icon indicating copy to clipboard operation
Updates copied to clipboard

📲 Automatically detects app updates and seamlessly prompts users to upgrade.

Results 11 Updates issues
Sort by recently updated
recently updated
newest added

Validate by checking in the project that the manifest is included in the app.

Starting spring of 2024, Apple will be mandating the use of xcprivacy file to be included by all the libraries. The relevant Apple requirement/documentation is as follows: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api Can you...

Current Version -> is 2.1.1 Shows Update Available -> vv2.1.1

I wanted to be notified with major only so i have a config file like this : `{ "updates": { "check-for": "automatically", "notify": "always", "app-store-id": "MY-ID", "comparing": "patch-versions", "update-type": "soft"...

I wanted to set updateType from jsonfile but i don't see it in documentation. When i look in source code i see some property settings available but no documented. Like...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Can you show us some usages of how we can use this repo in SwiftUI?

help wanted

**Describe the bug** Recently we have integrated updates framework, so last version working fine but recently observed issue for all the users. We have released new version 3.0.32 with release...

**Is your feature request related to a problem? Please describe.** It would be nice if we could handle the difference between a successful and cancel callback. At the moment there...

just curious: how hard it is to make this library support macos app store version? From quick look at the code base, would changing the app store url with flag...