Skip to content
Open
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
2 changes: 1 addition & 1 deletion developers/distribute-with-altstore-pal.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Even though you are distributing outside the App Store, you still need to submit
Once Notarized, you'll need to download your app's ADP to then host it on your server.

1. Download your ADP using our [REST API](rest-api.md#download-adp).
2. Upload the complete package to your server. You must preserve the directory hierarchy exactly, and the hashes of each file must not change. In other words, **DO NOT modify the `manifest.json` in any way (e.g prettifying).**
2. Upload the complete package to your server. Unless you intend to utilize the [assetURLs](https://faq.altstore.io/developers/make-a-source#asseturls-dictionary-of-strings) property of the source, you must preserve the directory hierarchy exactly. The hashes of each file must not change. In other words, **DO NOT modify the `manifest.json` in any way (e.g prettifying).**

</details>

Expand Down
2 changes: 1 addition & 1 deletion developers/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This endpoint requires a notarized ADP ID. [Get your ADP ID](https://developer.a

`POST https://api.altstore.io/adps`

Use this endpoint if you haven't set up marketplace notifications, or if you don't want to wait for our servers to process your app automatically. **You must include your ADP ID in the JSON request body under the `adpID` key.**
Use this endpoint if you haven't set up marketplace notifications, or if you don't want to wait for our servers to process your app automatically, or if a previously-processed ADP download has expired. **You must include your ADP ID in the JSON request body under the `adpID` key.**

After it finishes processing, you can use the Download ADP endpoint above to download it.

Expand Down