Tag

Re‑signing

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.

AutomationIPARe‑signing
0 likes · 9 min read
Practical Guide to iOS App Re‑signing Using xcodebuild
Baidu Intelligent Testing
Baidu Intelligent Testing
Oct 17, 2017 · Mobile Development

Understanding iOS Code Signing, Certificates, Provisioning Profiles, and Re‑signing

This article explains the iOS code‑signing process for developers, covering Apple developer account enrollment, certificate creation, private key generation, provisioning profile types, automatic signing in Xcode, and step‑by‑step re‑signing of IPA files using the codesign tool.

CertificatesMobile DevelopmentProvisioning Profile
0 likes · 7 min read
Understanding iOS Code Signing, Certificates, Provisioning Profiles, and Re‑signing