简体   繁体   中英

Create development profile using Enterprise account

I know that we can create a development profile for debugging in device using a developer account(99$). Whether we can create a development profile for debugging in device using a Enterprise account(299$). I had never used a enterprise account. I need a development profile for debugging in device using Enterprise account. I have to ask profile from my customer.

He shared a profile on my request but i was not able to debug in device using it. I checked the profile content. It had

        <key>get-task-allow</key>
    <false/>

I am sure that , if the key is false then it is distribution profile and not development profile. Please guide me?

By "profile content" I am imagining you are talking about the Entitlements.plist file? You don't need one for a debug build, only for distribution builds. If you have a Entitlements file listed in the debug setting in the Code Signing Entitlements section in the build settings for your target, clear the entry.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM