Popularity
0.4
Declining
Activity
0.0
Stable
5
3
4
Code Quality Rank:
L4
Programming language: Swift
License: MIT License
Tags:
Version Manager
Latest version: v1.0.2
Version Update alternatives and similar libraries
Based on the "Version Manager" category.
Alternatively, view Version Update alternatives based on common mentions on social networks and blogs.
-
Version
Represent and compare versions via semantic versioning (SemVer) in Swift
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Version Update or a related project?
Popular Comparisons
README
VersionUpdate
Check and update app's version for both AppStore & Fir
How to use
1.Add Channel in info.plist
Now we only support two channels "AppStore" or "Fir", no channel or other channel are ignored.
2.Include library use CocoaPods
pod 'VersionUpdate', '~> 1.0.2'
3.Call this when app launch
let versionUpdate = VersionUpdate()
versionUpdate.addAppStoreChannelWithAppId("your app id on appstore")
versionUpdate.addFirChannelWithAppId("your app id on fir", token: "your koken on fir", downloadUrl: "http://fir.im/xxxxxx")
versionUpdate.checkUpdate()