Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Support](https://img.shields.io/static/v1?logo=github&label=GitHub&message=Sponsor&color=brightgreen&style=flat-square)](https://github.com/sponsors/vineetchoudhary)
[![Build Status](https://img.shields.io/travis/vineetchoudhary/AppBox-iOSAppsWirelessInstallation.svg?style=flat-square)](https://travis-ci.org/vineetchoudhary/AppBox-iOSAppsWirelessInstallation)
[![GitHub Release](https://img.shields.io/github/release/vineetchoudhary/AppBox-iOSAppsWirelessInstallation.svg?style=flat-square)](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/releases/latest)
[![](https://img.shields.io/github/downloads/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/total.svg?style=flat-square)](https://getappbox.com/download)
[![License](https://img.shields.io/badge/license-cc%20by--nd%204.0-brightgreen.svg?style=flat-square)](#user-content-license)
Expand Down
6 changes: 6 additions & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nav:
- Home: index.md
- Getting Started: GettingStarted
- Features: Features
- Fastlane: Fastlane
- FAQ: FAQ
1 change: 0 additions & 1 deletion docs/ContinuousIntegration/cicdforappstore.md

This file was deleted.

149 changes: 0 additions & 149 deletions docs/ContinuousIntegration/usewithjenkinsandgitlab.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/FAQ/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nav:
- index.md
- deleteapplication.md
- installationlimit.md
- installationlinkexpire.md
- maximumuploadsize.md
- ...
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/FAQ/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Getting Started
hide:
- navigation
---
# Frequently Asked Questions (FAQ)
- [How to delete an uploaded app or disable a link on AppBox?](deleteapplication.md)
- [Is there any installation limit per app on AppBox?](installationlimit.md)
- [How long will Application Installation links be available on AppBox?](installationlinkexpire.md)
- [What is the Maximum Upload Application Size?](maximumuploadsize.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
8 changes: 0 additions & 8 deletions docs/FAQs/sharexcodeprojectschemes.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/Fastlane/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Fastlane Integration
hide:
- navigation
- toc
---

AppBox supports Fastlane integration, allowing you to automate the process of uploading and distributing your iOS applications. This integration streamlines your CI/CD pipeline, enabling you to focus on development while AppBox handles the deployment.

Read the fastlane plugin documentation for more details on how to set up and use AppBox with Fastlane: [Fastlane Plugin Documentation](https://github.com/getappbox/fastlane-plugin-appbox/blob/master/README.md).
5 changes: 5 additions & 0 deletions docs/Features/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- keepsamelink.md
- moredetails.md
- downloadipa.md
- uploadchunksize.md
10 changes: 8 additions & 2 deletions docs/Features/downloadipa.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
hide:
- toc
---

# Download IPA file from AppBox Installation Webpage
Appbox has a feature which allows you to download your IPA file from AppBox Installation webpage. You can enable/disable download IPA feature from AppBox preferences for future upload.
![](https://getappbox.com/Images/ABDownloadIPA.png)
![](../Images/ABDownloadIPA.webp)

This feature allows you to direct download your IPA file from AppBox Installation page.
![](https://getappbox.com/Images/webpage6.png)

![](../Images/ABWebDownloadIPA.webp)
23 changes: 15 additions & 8 deletions docs/Features/keepsamelink.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
---
hide:
- toc
---

# Keep Same Link
## 1. What is keep same link?
This feature will keep same short URL for all future build/IPA uploaded with same bundle identifier. If this option is enabled, you can also download the previous build with the same URL.

When you've uploaded more than one app with "Keep Same Link" option enable and open the short URL in your iOS Device, you'll see two option is there

![](../Images/ABKeepSameLink.webp)

#### 1.1. Install Application
Install Application button will always install the latest build. (Demo URL - https://goo.gl/jsr9JO)
![](https://getappbox.com/Images/webpage1.png)
Install Application button will always install the latest build.

#### 1.2. Install the Previous Build
Install Previous Build button open another page, which contains all list of all uploaded with date and time based on iOS Device local. You can install any previous build from this page.
![](https://getappbox.com/Images/webpage2.png)
The "Install Previous Version(s)" button opens a new page displaying a list of all uploaded versions, including their dates and times (device local time). You can install any previous build from this page.

![](../Images/ABWebInstallPreviousHome.webp) ![](../Images/ABWebInstallPrevious.webp)

## 2. How to create two different links for the same build using Keep Same Link option?
You can change the link by providing a "Custom Dropbox Folder Name" in "Other Setting". By default folder name will be the application bundle identifier. So, AppBox will keep the same link for the IPA file available in the same folder.
![](https://getappbox.com/Images/NewURL.png)
You can change the link by providing a "Custom Dropbox Folder Name" in "Other Setting". By default folder name will be the application bundle identifier. AppBox will keep the same link for the IPA file available in the same folder.
![](../Images/ABChangeFolder.webp)

## 3. How to keep the same link but also hide the previous version from the installation page?
You can do this from AppBox preferences by enabling "Don't show the previous version on app installation page" option.
So, If you chose Keep Same Link during the upload and this option is enabled, AppBox installation page wouldn't show the previous version.
![](https://getappbox.com/Images/ABKeepSameLink.png)
Now, if you enabled "Keep Same Link" during upload and this option is enabled, the AppBox installation page will not display previous versions.
![](../Images/ABDontShowOldBuild.webp)
10 changes: 8 additions & 2 deletions docs/Features/moredetails.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
hide:
- toc
---

# Get Application Details on AppBox Installation Web Page
This feature will provide an extra option in AppBox installation page for your iOS application. In this option, you can see various details about your iOS application. Like, IPA file size, Minimum iOS Version, Device Family, Upload Date, Provisioning Profile Type, Provisioning Profile Create Date, Provisioning Profile Expire Date, Development Team, and Provisioned Device.
![](https://getappbox.com/Images/webpage4.png)![](https://getappbox.com/Images/webpage5.png)

![](../Images/ABWebMoreDetailsHome.webp) ![](../Images/ABWebMoreDetails.webp)

You can enable/disable this feature from AppBox general preferences.

![](https://getappbox.com/Images/ABMoreDetails.png)
![](../Images/ABMoreDetails.webp)
6 changes: 6 additions & 0 deletions docs/Features/uploadchunksize.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
hide:
- toc
---
# Upload Chunk Size
Chunk size is used to upload your large IPA file in the chunk. Default chunk size is 100MB, means AppBox will upload an IPA file with 100MB partitions. You can set chunk size from AppBox Preferences (⌘ + ,).

![](../Images/ABUploadChunkSize.webp)

#### Examples -
150 MB means, If you'll try to upload a 2GB IPA then AppBox will break IPA into 14 part and upload them separately

Expand Down
1 change: 1 addition & 0 deletions docs/GettingStarted/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nav:
24 changes: 24 additions & 0 deletions docs/GettingStarted/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Getting Started
hide:
- navigation
---

## Installation

### 1. Quick Install
You can install AppBox by running following command in your terminal -
```bash
curl -s https://getappbox.com/install.sh | bash
```

### 2. Manual Install
If you face any issue using above command then you can manually install AppBox by downloading it from [here](https://getappbox.com/download/). After that, unzip `AppBox.app.zip` and move `AppBox.app` into `/Applications` directory.

## How to use AppBox
1. Open AppBox.
2. Link your Dropbox account to AppBox by signing in with your Dropbox account.
3. Drag and drop your .ipa file into AppBox or select it through the file browser.
4. Click "Upload IPA" button to upload the app and generate install URL.
5. AppBox creates a secure installation link that you can share with your team or testers.
6. Users open the link in Safari on their iOS device and install the app with one tap.
19 changes: 0 additions & 19 deletions docs/GettingStarted/useappbox.md

This file was deleted.

Binary file added docs/Images/ABChangeFolder.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABDontShowOldBuild.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABDownloadIPA.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABKeepSameLink.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABMoreDetails.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABUploadChunkSize.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABWebDownloadIPA.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABWebInstallPrevious.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABWebInstallPreviousHome.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABWebMoreDetails.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/ABWebMoreDetailsHome.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading