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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.