SRK
SRK

Reputation: 21

how does siren library get the current app store version?

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

Answers (1)

Fyodor Volchyok
Fyodor Volchyok

Reputation: 5683

It uses iTunes API. Check https://github.com/ArtSabintsev/Siren/blob/master/Sources/Siren.swift, particularily performVersionCheck() and iTunesURLFromString()

Upvotes: 1

Related Questions