Finally got my App approved in the App Store. Good grief. I thought Apple was supposed to be "easier".
Is there a way to get the version number form the App Store?
Similar to this in B4A?
Marc
Is there a way to get the version number form the App Store?
Similar to this in B4A?
B4X:
SendVersionRequest("com.spothops.com")
PgmVer = PM.GetVersionName("com.spothops.com")
Marc