Thanks, I have downloaded the .apk file to the mobile device and did call:

Display.getInstance().execute(ApplicationBinariesDownloadPath + fileName, e 
-> {
                System.out.println("saveAndInstallA3MobileApp Complete");
            });

Can you provide the code syntax to install the .apk or .ipa file that is 
stored on the mobile device?

BTW: I have no intention of publishing my apps at this stage.

Also, Google made life a lot more complex by requiring a privacy policy be 
hosted if you access things like camera etc.

On Wednesday, July 22, 2020 at 10:53:59 PM UTC-4, Shai Almog wrote:
>
> We don't download the files. We launch an external download process using 
> execute(url). We also don't point at the IPA but rather at a manifest.
> Regardless Apple won't approve your app if you do that. Which is why 
> Codename One Build only works as a web app for iOS which IMO is pretty 
> stupid.
>
> On Wednesday, July 22, 2020 at 8:27:27 PM UTC+3 [email protected] wrote:
>
>> It sound like you've stored them on the downloads directory of your PC.  
>> You need to download them
>> directly onto your mobile devices, which ought to trigger the 
>> installation.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1676fdc8-87eb-479a-b990-204471b0c1a7o%40googlegroups.com.

Reply via email to