[PR #1862] [MERGED] Check New Version on app start #1921

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1862
Author: @Catta1997
Created: 4/28/2025
Status: Merged
Merged: 7/26/2025
Merged by: @TheMoonThatRises

Base: developHead: detectUpdate


📝 Commits (7)

📊 Changes

5 files changed (+71 additions, -0 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+4 -0)
📝 PlayCover/Model/PlayApp.swift (+2 -0)
PlayCover/Utils/VersionCheck.swift (+54 -0)
📝 PlayCover/ViewModel/StoreVM.swift (+8 -0)
📝 PlayCover/en.lproj/Localizable.strings (+3 -0)

📄 Description

This PR add a check before the launch with an alert if there is a new version available in one of the available sources


🔄 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/1862 **Author:** [@Catta1997](https://github.com/Catta1997) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 7/26/2025 **Merged by:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Base:** `develop` ← **Head:** `detectUpdate` --- ### 📝 Commits (7) - [`9da3050`](https://github.com/PlayCover/PlayCover/commit/9da3050867538e58fed6313e5a1930da2e8a3860) Update PlayApp.swift - [`753eb98`](https://github.com/PlayCover/PlayCover/commit/753eb985faa9b0a280ad57e0326675af4e561b3b) SwiftLint Fix - [`b40801d`](https://github.com/PlayCover/PlayCover/commit/b40801da1dc91274e0495ecd2c824afa153797cf) icon and function name changed - [`dc4d43c`](https://github.com/PlayCover/PlayCover/commit/dc4d43c95304f8fb4c5f57a9e00d45ab7a4649b0) Fix - [`8ff1206`](https://github.com/PlayCover/PlayCover/commit/8ff1206e3f89ae8d288a788c2bd1dab2b5c8c891) Fix - [`0207a2b`](https://github.com/PlayCover/PlayCover/commit/0207a2ba45fdd9ac67b84b8a6da45facba812982) fix - [`b6c5601`](https://github.com/PlayCover/PlayCover/commit/b6c560151362c7cbc61701c98a60b4d2f92380ca) Update StoreVM.swift ### 📊 Changes **5 files changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+4 -0) 📝 `PlayCover/Model/PlayApp.swift` (+2 -0) ➕ `PlayCover/Utils/VersionCheck.swift` (+54 -0) 📝 `PlayCover/ViewModel/StoreVM.swift` (+8 -0) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -0) </details> ### 📄 Description This PR add a check before the launch with an alert if there is a new version available in one of the available sources --- <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:39 +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#1921
No description provided.