<% if app_icon != nil %>
<% else %>
<% end %>
|
|
|
<%= app_name %>
Version: <%= app_version %> (<%= build_number %>)
|
|
|
<% if !release_notes.nil? && release_notes.count > 0 %>
What's new:
<% for @item in release_notes %>
- <%= @item %>
<% end %>
|
|
<% end %>
- Platform: <%= platform %>
- Version: <%= app_version %> (<%= build_number %>)
- Release date: <%= release_date %>
<% if variant_name %>
- Variant: <%= variant_name %>
<% end %>
- Size: <%= binary_size %> MB
|
|
|
<% if is_android %>
Access this build by scanning the QR code with your Android device.
If you don't have scanner yet, we recommend Barcode Scanner
<% else %>
Access this build by scanning the QR code with your iOS device.
If you don't have scanner yet, we recommend QRafter
<% end %>
|
|
|
|
|
|