Skip to content

Commit a8dec83

Browse files
Improve documentation
1 parent c10f3a0 commit a8dec83

File tree

9 files changed

+27
-28
lines changed

9 files changed

+27
-28
lines changed

docs/FAQ/deleteapplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# How to delete an uploaded app or disable a link on AppBox?
2-
You can delete an Application from AppBox Dashboard or you can manually delete IPA and Manifest file from your Dropbox account.
1+
# How to Delete an Uploaded App or Disable a Link on AppBox?
2+
You can remove an application from the AppBox Dashboard or manually delete the IPA and manifest files from your Dropbox account.

docs/FAQ/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hide:
44
- navigation
55
---
66
# Frequently Asked Questions (FAQ)
7-
- [How to delete an uploaded app or disable a link on AppBox?](deleteapplication.md)
8-
- [Is there any installation limit per app on AppBox?](installationlimit.md)
9-
- [How long will Application Installation links be available on AppBox?](installationlinkexpire.md)
7+
- [How to Delete an Uploaded App or Disable a Link on AppBox?](deleteapplication.md)
8+
- [Is there an Installation Limit per App on AppBox?](installationlimit.md)
9+
- [How long are Application Installation Links available on AppBox?](installationlinkexpire.md)
1010
- [What is the Maximum Upload Application Size?](maximumuploadsize.md)

docs/FAQ/installationlimit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Is there any installation limit per app on AppBox?
2-
No. AppBox has no limit for per-app installation. You can install app thousands or millions of times.
1+
# Is there an Installation Limit per App on AppBox?
2+
No, AppBox imposes no per-app installation limit. You can install an app thousands or millions of times.

docs/FAQ/installationlinkexpire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# How long will Application Installation links be available on AppBox?
2-
The installation links will be available until you've deleted the IPA file from your Dropbox account or from AppBox Dashboard.
1+
# How long are Application Installation Links available on AppBox?
2+
Installation links remain active until you delete the IPA file from your Dropbox account or the AppBox Dashboard.

docs/FAQ/maximumuploadsize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# What is the Maximum Upload Application Size?
2-
The maximum upload size is equal to available storage in your Dropbox account. AppBox uploads larger IPA file in the [chunk](/Features/uploadchunksize/).
2+
The maximum upload size is determined by the available storage in your Dropbox account. AppBox uploads larger IPA files in chunks.

docs/Features/downloadipa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ hide:
44
---
55

66
# Download IPA file from AppBox Installation Webpage
7-
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.
7+
AppBox offers a feature to download your IPA file directly from the AppBox installation webpage. You can enable or disable the IPA download feature in AppBox preferences for future uploads.
88
![](../Images/ABDownloadIPA.webp)
99

10-
This feature allows you to direct download your IPA file from AppBox Installation page.
10+
This feature enables direct downloading of your IPA file from the AppBox installation page.
1111

1212
![](../Images/ABWebDownloadIPA.webp)

docs/Features/keepsamelink.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@ hide:
55

66
# Keep Same Link
77
## 1. What is keep same link?
8-
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.
9-
10-
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
8+
This feature maintains the same short URL for all future builds/IPAs uploaded with the same bundle identifier. When enabled, you can also download previous builds using the same URL.
119

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

14-
#### 1.1. Install Application
15-
Install Application button will always install the latest build.
12+
When you've uploaded multiple builds/IPAs for an app with the "Keep Same Link" option enabled and open the short URL on your iOS device, you'll see two options available
13+
14+
#### 1.1. Install Latest Version
15+
The "Install Latest Version" button always installs the latest build
1616

17-
#### 1.2. Install the Previous Build
18-
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.
17+
#### 1.2. Install Previous Version(s)
18+
The "Install Previous Version(s)" button opens a new page showing a list of all uploaded versions with their respective dates and times (based on the device's local time). You can install any previous build from this page.
1919

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

22-
## 2. How to create two different links for the same build using Keep Same Link option?
23-
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.
22+
## 2. How to Create Two Different Links for the Same Build with the "Keep Same Link" Option?
23+
You can modify the link by specifying a unique "Custom Dropbox Folder Name" in the "Other Settings" section. By default, the folder name is set to the application's bundle identifier, and AppBox uses the same link for IPA files within that folder. To create distinct links for the same build, assign different custom folder names for each link.
2424
![](../Images/ABChangeFolder.webp)
2525

26-
## 3. How to keep the same link but also hide the previous version from the installation page?
27-
You can do this from AppBox preferences by enabling "Don't show the previous version on app installation page" option.
28-
Now, if you enabled "Keep Same Link" during upload and this option is enabled, the AppBox installation page will not display previous versions.
26+
## 3. How to Maintain the Same Link While Hiding Previous Versions on the Installation Page?
27+
In AppBox preferences, enable the "Don't show previous versions on app installation page" option. When both this option and the "Keep Same Link" feature are enabled during upload, the AppBox installation page will not display previous versions.
2928
![](../Images/ABDontShowOldBuild.webp)

docs/Features/moredetails.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ hide:
33
- toc
44
---
55

6-
# Get Application Details on AppBox Installation Web Page
7-
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.
6+
# View Application Details on the AppBox Installation Web Page
7+
This feature adds an extra option to the AppBox installation page for your iOS application, displaying details such as IPA file size, minimum iOS version, device family, upload date, provisioning profile type, provisioning profile creation date, provisioning profile expiration date, development team, and provisioned devices.
88

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

11-
You can enable/disable this feature from AppBox general preferences.
11+
You can enable or disable this feature in AppBox general preferences.
1212

1313
![](../Images/ABMoreDetails.webp)

docs/Features/uploadchunksize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hide:
33
- toc
44
---
55
# Upload Chunk Size
6-
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 (⌘ + ,).
6+
Chunk size determines how large IPA files are uploaded in segments. The default chunk size is 100MB, meaning AppBox uploads IPA files in 100MB partitions. You can adjust the chunk size in AppBox Preferences (⌘ + ,).
77

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

0 commit comments

Comments
 (0)