Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Code to check if there is a new version on the App Store.

License

NotificationsYou must be signed in to change notification settings

jaywcjlove/swift-check-update

Repository files navigation

Usingmy app is also a way tosupport me:
KeyzerVidwall HubVidCropVidwallMousio HintMousioMusicerAudioerFileSentinelFocusCursorVideoerKeyClickerDayBarIconedMousioQuick RSSQuick RSSWeb ServeCopybook GeneratorDevTutor for SwiftUIRegexMateTime PassageIconize FolderTextsound SaverCreate Custom SymbolsDevHubResume RevisePalette GeniusSymbol Scribe

CheckUpdate

Buy me a coffeeSwiftUI Support

Code to check if there is a new version on the App Store, to determine whether an update prompt needs to be shown.

Tip

After the app is released, it will not update immediately on the App Store; it needs to wait 24 hours before it works properly.

Welcome to downloadDevTutor, a cheat sheet app designed to help developers quickly build excellent applications using SwiftUI.

DevTutor for SwiftUI AppStore

Usage

import CheckUpdateCheckUpdate.checkVersion{ isUpdateNeeded, appStoreVersion, currentVersionin    // Here it checks whether an update prompt needs to be shown.}CheckUpdate.checkVersion(bundleId:"com.wangchujiang.daybar"){    isUpdateNeeded,    appStoreVersion,    currentVersionin    // appStoreVersion -> "1.0"    // currentVersion -> "2.0"    // isUpdateNeeded -> false}CheckUpdate.checkVersion(bundleId:"com.wangchujiang.daybar"){    isUpdateNeeded,    appStoreVersion,    currentVersionin    // appStoreVersion -> "2.0"    // currentVersion -> "1.0"    // isUpdateNeeded -> true}

License

Licensed under the MIT License.

About

Code to check if there is a new version on the App Store.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp