Issue
In the releases page I am unable to determine what is iOS and what is Android app. The version number remains the same for both android and iOS, along with the project. The only way for me to tell is knowing which package name is which. Is there a suggestion on how I can tell the difference?
This case is especially common in mobile SDKs like React Native.
Applies To
- All SaaS Customers and Self-Hosted Users
- Releases
Resolution
For the Releases page, we do not have a distinction between Android and iOS (or other platforms) out of the box. Instead, here are 2 possible methods you can use in order to tell the difference:
- You can use the package name, especially if you include the word "android" or "ios" in it
- You can use the dist value to make the distinction - ie. Android releases can always have "10" as the first two digits, and iOS releases can always have 11 as the first digits in their dist value
Either option becomes searchable through the release properties described here, as long as you use semantic versioning in the form of package@version
or package@version+build
.