Accessing a Native app .apk file remotely

0
Is it possible to access the last built .apk file for a Native app somewhere on the Mendix website? I built my application using the Native Builder for distribution, and it offers me to download the .apk file using a QR code. Is this build/.apk file stored somewhere in the project information or within the organization on the Mendix website, or is downloading it locally from the machine that built it the only way of getting to it?
asked
1 answers
1

You should be able to find the .apk file here:

<Mendix project folder>\nativemobile\builds\android\appstore

answered