app version

  1. A

    iOS Question Get latest app version number from the App Store

    Hi all Is it legal to get a latest app version by scrapping AppStore tml like this? Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim wc As New WebClient Try Dim str As String, str2 As String Dim pos As Integer...
  2. A

    iOS Question (Solved) Equivalent to Application.VersionName

    Hi all. Is there some kind of equivalent to Application.VersionName in B4i? I'm working on the option that will check the app version stored on the server database and compare with the currently installed app version and if it's different redirect the user to the App store so he can update his...
  3. Scotter

    iOS Question iTunes publishing new/changed version of iOS app

    I finally got my app on the iTunes app store, approved, and published. Thank you, @mcqueccu for the help in porting from B4A to B4i and helping me get it published!!! Found very small issue in the app and made the change. Changed version from 1.0.1 to 1.0.2, recompiled, and re-uploaded...
  4. FERNANDO SILVEIRA

    Android Question Best way to display app current version/release

    Hello, all I'm looking for suggestions on how to display on a label field my current app version/release (ex. v1r7) level on the screen. Currently I have to manually change the label field every change on the version/release level I make. Not to mention that sometimes I forget to change it and...
  5. D

    iOS Question How to get ApplicationLabel and Version at runtime?

    Hi all, Maybe I'm being slow, but I can't seem to find any way to get the app's name and version at runtime? I.e. the values of the Project Attributes #ApplicationLabel and #Version that are set in the Main module. In B4A I would do it by calling Application.LabelName and...
Top