Che cosa significa l'estensione del file .ipa (utilizzata per i pacchetti di app iOS)? Immagino che abbia qualcosa a che fare con l'app per iPhone, ma non ne sono sicuro.
La tua ipotesi era corretta.
.ipa
sta per pacchetto App Store iOS
Ogni file .ipa
viene compresso con un binario per l'architettura ARM che può essere installato solo su dispositivi iOS. Se modifichi l'estensione in .zip
, potrai decomprimerlo e visualizzare i contenuti.
IPA sta per "iOS App Store Package", secondo Apple li ha auto-letti nella libreria degli sviluppatori iOS - sezione "Strumenti Workflow Guide per iOS- e gt; Distribuzione di app".
To send your app to testers:
If you don’t have access to the project that generates the app, obtain an iOS App Store Package (IPA) file for your app from the appropriate teammate. Otherwise, generate the IPA file yourself:
a. Open the project in Xcode.
b. Archive your app.
c. Generate an IPA file for your app.
Download the user testing provisioning profile for your app from the iOS Provisioning Portal to your file system. (You don’t have to install this profile in Xcode.)
Email the user testing provisioning profile and the IPA file to your testers.
Secondo Apple, .ipa
sta per "iOS App Store Package". Aspetta un minuto, non ha alcun senso. Originariamente stava per:
iP hone A rchive
Quindi, quando iPhone OS è diventato iOS, hanno creato questa nuova traduzione per renderlo più chiaro.
Leggi altre domande sui tag iphone ios applications uti