Sideloading Master Guide
  • Welcome!
  • Introduction
    • What is sideloading?
      • FAQ
    • Terminology
  • Providers
    • Introduction & Criteria
    • Code Signing Services [Paid]
    • Code Signing Services [Free]
  • How To's
    • Jailbreak Guides
      • Extracting an IPA file
      • Backup & Share Apple Arcade Games
    • Using tweak deb to patch app
    • Sideloading onto an Apple TV
  • Further readings
    • Misuse of enterprise and developer certificates
  • Misc
    • Final words
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Introduction

Terminology

Apple-related

  • IPA - (iOS App Store Package) is an archive file which stores an iOS app. Used for sideloading onto devices.

  • deb - a deb is a package file, used to distribute and install tweaks on jailbroken devices via package managers such as Cydia.

  • UDID - (Unique Device Identifier) is a calculated string that is used to identify a device for the purposes of app installation, registration, and MDM enrollment.

  • dylib - Dynamic Library is a group of predefined sets of instructions, that's loaded on run. Most often found in compiled tweaks.

  • Revocations

  • Certificates

  • Developer Certificate

  • Enterprise Certificate

  • mobileconfig

  • Profiles

  • Mobile Device Management (MDM)

PreviousFAQNextIntroduction & Criteria

Last updated 2 years ago

Was this helpful?