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

  • Home
  • SEARCH
  • 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 7665307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:31:52+00:00 2026-05-31T14:31:52+00:00

I need to create an iOS .xarchive file using a developer profile, that a

  • 0

I need to create an iOS .xarchive file using a developer profile, that a client can resign using their distribution profile(s).

(I have read this but it didn’t have any real solutions: How can I send iOS app to client, for them to code-sign)

The client doesn’t want to share their private keys, nor give me access above ‘Developer’ in the member center. And we don’t want to share our source code.

We need to support push notifications, so this means we need a fully qualified app id.

I cannot figure out a way that allows me to build and export an .xarchive signed with ‘aps production’, ‘get-task-allow’ as false, BUT ALSO using the certificate that matches the clients distribution certificate.

This feels like a bug in Xcode, shouldn’t the changes to ‘aps production’ and ‘get-task-allow’ be tied to the configuration, not the type of provisioning profile? I am using ‘Release’, but with my developer profile.

Am I missing something, or is this just not possible?

  • 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-05-31T14:31:53+00:00Added an answer on May 31, 2026 at 2:31 pm

    I figured out the answer to this question through trial and error. Even though tech notes and most web resources say you don’t need an entitlements.plist if you are using XCode4+, there are certain cases where you do. Two cases are represented by my question above:

    • building Release configuration (i.e.: Archive), but signing with a Developer provisioning profile
    • using push notifications

    My final custom entitlements.plist has 3 values:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>get-task-allow</key>
        <false/>
        <key>aps-environment</key>
        <string>production</string>
        <key>keychain-access-groups</key>
        <array>
            <string>L23874DF.com.your.appid</string>
        </array>
    </dict>
    </plist>
    

    Once I had that in my entitlements.plist, I built with the developer provisioning profile for this app id. Then I archived it, and exported the archive from the organizer. Once exported, I sent it to my client. The client was able to resign the archive with an ad hoc profile, and send me back an IPA file, which I loaded onto my device. I also successfully received a push notification from Urban Airship to this IPA!

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

Sidebar

Related Questions

I need to create an IPA file of iOS app, already created the distribution
I have a one-time need to create a file from an iOS mutable array.
I need to create a scrollable composite view on iOS. That is to say,
I need to create some plist files that will be read on an iOS
I have create a program to find out my current location using IOS corelocation
I (Basically) need to create a background timer on iOS 4 that will allow
I need to create a server based (php) application with iOS client with authintication
Need to create a custom DNS name server using C which will check against
I need to create an XML schema that looks something like this: <xs:element name=wrapperElement>
I need to create a backup of a SQL Server 2005 Database that's only

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.