1

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

SRK
  • 11
  • 2

1 Answers1

1

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

Fyodor Volchyok
  • 5,610
  • 4
  • 28
  • 45