Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7905795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:38:23+00:00 2026-06-03T10:38:23+00:00

The case is as follow , I have developed an iphone application and want

  • 0

The case is as follow , I have developed an iphone application and want to brand it without giving the source code for the client (whom by themselves refuses to give me the credentials for their developer accounts) , so I was thinking , is their any way to give them the .ipa file and enable them to change a couple of images and the Setting.bundle , re-codesign it and submit it on thier own ??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T10:38:27+00:00Added an answer on June 3, 2026 at 10:38 am

    It was solved as follow,

    1. Rename the “.ipa” file to a .zip and extract it
    2. Go to Payload/{your app}.app , right click on it and show package content if you are running MacOSX , windows will see it as folder
    3. change what you want from images and Settings.bundle …etc.
    4. Resign the code through the shell as indicated in the attached .sh file

      #!/bin/sh 
      
      #Given that the application name is MyApplication.ipa
      export ARCHIVE_NAME="MyApplication"
      #As indicated in the keychain certifcate common name
      export CERTFICATE_NAME="MyCertificate"
      rm -rf ./Payload
      echo "$ARCHIVE_NAME"".ipa" "$ARCHIVE_NAME"".backup"
      unzip "$ARCHIVE_NAME"".ipa"
      codesign -f -s "$CERTFICATE_NAME"  ./Payload/"The package name in the Payload folder with the extension"
      zip -r ./"$ARCHIVE_NAME"".zip" ./Payload
      cp "$ARCHIVE_NAME"".ipa" "$ARCHIVE_NAME"".backup"
      mv "$ARCHIVE_NAME"".zip" "$ARCHIVE_NAME"".ipa"
      rm -rf ./Payload
      echo "Finished Code Sign successfully"
      

    The tricky part was , how to upload the archive once again to the store ?
    A tool offered by apple through the itunes-connect account should be used to upload that archive independent from Xcode.
    it could be found as follow itunes-connect -> login -> manage your application , the second left bottom tab is for the application loader “Hidden in a smart way , Apple is Apple :)”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created Map application for iPhone and I developed same Map application on
I need to build some client side code which follows this use case: An
I have developed an application in which i have one edit text value of
I have two files which both follow the same pattern: TEST CASE 1: 0.004
I have several blocks of code that follow this pattern: // Dummy function defs.
My case is as follows : I have a bunch of functions and declarations
Case example: I have a long list of items, and when I put my
Case One Say you have a little class: class Point3D { private: float x,y,z;
I have an internal application in which one function is containing too many switch
I have some text files containing lines as follow : 07JAN01 , -0.247297942769082E+07, -0.467133797284279E+07,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.