You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides all the process to get the MVP (0.1.0) beta release to the stores that will allow any random user in each platform to install the apps, also consider.
We could use a template like this (needs to be tweaked to accomodate the 3 apps, probably separate node from xClients):
<h2>Install My App</h2>
<p><strong>For iOS (AltStore):</strong></p>
<ol>
<li>Open <strong>AltStore</strong> on your iPhone.</li>
<li>Go to the <strong>Browse</strong> tab.</li>
<li>Tap the <strong>+</strong> button and enter this URL:</li>
<p><code>https://yourwebsite.com/apps.json</code></p>
<li>Now, you can install and update the app from AltStore.</li>
</ol>
<p><strong>For Android:</strong></p>
<ol>
<li>Click <a href="https://yourwebsite.com/app.apk">here</a> to download the APK.</li>
<li>After downloading, open the file and allow installations from unknown sources.</li>
</ol>
for iOS AltStore to pick up the metadata to be able to install it has to have the following format:
Besides all the process to get the MVP (0.1.0) beta release to the stores that will allow any random user in each platform to install the apps, also consider.
We could use a template like this (needs to be tweaked to accomodate the 3 apps, probably separate node from xClients):
for iOS AltStore to pick up the metadata to be able to install it has to have the following format:
all the metadata needs to match to the actual deployment in the store.
The text was updated successfully, but these errors were encountered: