Most iOS devs using a pod called "Siren" to notify users that there is a new version of the app, but I don't want to using these kind of libraries, so is there a way to to notify users for new updates and redirect them to the app url (AppStore link of app) without using "Siren"?
Asked
Active
Viewed 1,164 times
-2
-
You can check this solution as well [link](https://stackoverflow.com/questions/6256748/check-if-my-app-has-a-new-version-on-appstore). – vpoltave Feb 07 '19 at 11:41
-
Siren is open source, you can copy the relevant parts and include them in your project. Do you have any specific programming related question? – Kevin Feb 07 '19 at 11:51
1 Answers
0
Use Siren to Notify users when a new version of your app is available and prompt them to upgrade with custom user interface.
Siren is also built to work with the Semantic Versioning system. Canonical Semantic Versioning uses a three number versioning system (e.g., 1.0.0) Siren also supports two-number versioning (e.g., 1.0) and four-number versioning (e.g., 1.0.0.0)

Taimoor Suleman
- 1,588
- 14
- 29