Reputation: 21
https://github.com/ArtSabintsev/Siren
Our client's vendor used this library to push update alerts to the user. Our app is a LOB app hosted in the client's enterprise application page.
I want to know how the current app store version is obtained and checked
Upvotes: 1
Views: 1805
Reputation: 5683
It uses iTunes API. Check https://github.com/ArtSabintsev/Siren/blob/master/Sources/Siren.swift, particularily performVersionCheck()
and iTunesURLFromString()
Upvotes: 1