[PR #1518] [CLOSED] Update check #1874

Closed
opened 2026-03-03 19:09:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1518
Author: @Catta1997
Created: 6/19/2024
Status: Closed

Base: developHead: update_check


📄 Description

I thought to add an option to the contextual menu of an app to check for update.
When you click on "Check for update" PlayCover will search the app name on the library and then will compare the BundleID to find the correct one. When (and if) finded will compare the 2 version to detect if is new or not

  • Use the same function of "StoreAppView.swift" instead rewrite it
  • Check for update on start (if not too "expensive")
  • New tab (under IPA Library) with list of all app that has new version, double click -> update (no idea on how to do it)

Checking on startup and a tab are "expensive" since I have to check the update for each app and the only way I've found is to simulate a search, check the bundle ID (100% sure the app is the corrrect one) and check the version. I think that the best way to add it is to right click -> check update


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/1518 **Author:** [@Catta1997](https://github.com/Catta1997) **Created:** 6/19/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `update_check` --- ### 📄 Description I thought to add an option to the contextual menu of an app to check for update. When you click on "Check for update" PlayCover will search the app name on the library and then will compare the BundleID to find the correct one. When (and if) finded will compare the 2 version to detect if is new or not - [x] Use the same function of "StoreAppView.swift" instead rewrite it - [ ] Check for update on start (if not too "expensive") - [ ] New tab (under IPA Library) with list of all app that has new version, double click -> update (no idea on how to do it) Checking on startup and a tab are "expensive" since I have to check the update for each app and the only way I've found is to simulate a search, check the bundle ID (100% sure the app is the corrrect one) and check the version. I think that the best way to add it is to right click -> check update --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:09:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1874
No description provided.