Tag

IPA

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Dec 20, 2023 · Mobile Development

Guide to Re-signing iOS IPA Files for Custom Apps and WeChat Duplication

This guide walks you through re‑signing an iOS IPA with a personal developer account—download and unzip the IPA, change the bundle identifier, replace the embedded provisioning profile, re‑sign the app and any frameworks using your certificate and generated entitlements, re‑zip the payload, and install the new IPA via Xcode.

IPARe‑signingWeChat duplication
0 likes · 7 min read
Guide to Re-signing iOS IPA Files for Custom Apps and WeChat Duplication
Sohu Tech Products
Sohu Tech Products
Dec 28, 2022 · Mobile Development

Practical Guide to iOS App Re‑signing Using xcodebuild

This article explains the iOS code‑signing mechanism, outlines common issues with third‑party re‑signing tools, and provides a step‑by‑step script that leverages Xcode's xcodebuild ‑exportArchive command to reliably re‑sign and export IPA packages for testing.

IPARe‑signingautomation
0 likes · 9 min read
Practical Guide to iOS App Re‑signing Using xcodebuild
Sohu Tech Products
Sohu Tech Products
May 18, 2022 · Mobile Development

iOS IPA Package Size Optimization: Practices, Settings, and Monitoring

This article provides a comprehensive guide to analyzing and reducing iOS IPA package size by unpacking the .ipa, examining its internal components, applying Xcode compile and code optimizations, compressing resources, removing unused assets, and establishing monitoring mechanisms to maintain a lean binary.

IPAXcodeiOS
0 likes · 17 min read
iOS IPA Package Size Optimization: Practices, Settings, and Monitoring