ArtSabintsev / Siren

Notify users when a new version of your app is available and prompt them to upgrade.
http://sabintsev.com/
MIT License
4.26k stars 407 forks source link

Modify APIManager to make it possible to customize a bundleID. #404

Closed developforapple closed 2 years ago

developforapple commented 2 years ago

Hello everyone. The main aspect of this PR is the addition of an entry that allows us to customize the bundleID for retrieving AppStore application information. Sometimes this is important because we release beta apps for different server endpoint with variants of primary bundleID. These bundleID variants were not released on the AppStore. So we need to customize the BundleID in APIManager for AppStore retrieval. Otherwise, from the perspective of QA, it's a BUG. 😄

ArtSabintsev commented 2 years ago

thanks, works well! Going to merger and make one minor change to comments. Will release shortly thereafter.