Enterprise

RSS for tag

The Apple Developer Enterprise Program allows large organizations to develop and deploy proprietary, internal-use apps to their employees.

Enterprise Documentation

Posts under Enterprise tag

213 Posts
Sort by:
Post not yet marked as solved
0 Replies
111 Views
Hello. I have a question for full disk access in the macOS operating system environment. Is the application that performs the function of reading the contents after copying the file in the path "com.apple.TCC/TCC.db" to verify the permission considered malicious code? If the function is implemented, will "DeveloperID" be stopped? Can I check the official answer? Thank you.
Posted
by
Post not yet marked as solved
2 Replies
269 Views
I have updated my developer device to iOS 16 and tried to download an App we have distributed within the company, signed with an enterprise certificate. According to "Get to know Developer Mode" talk (wwdc2022-110344), Enterprise Distribution is not affected by Developer Mode, For example, deploying your application through TestFlight or using Enterprise in-house distribution does not require Developer Mode Is this a bug in beta 1 or is the intended behavior and the talk is wrong? Has anyone experienced this?
Posted
by
Post not yet marked as solved
0 Replies
142 Views
Hello, I have to deploy Google Drive (the application is not on App Store) on Mac with Miradore, but when I try to deploy it the status is blocked to "in progress". The support said that is probably because the installer is not a "silent installer", and the solution is to silently install it. The two solutions to silently install it are : To silently install it with a script, but Miradore don't support script to Mac To find a silent installer of Google Drive So I need help to know how can I have this "silent installer" of Google Drive. Thank you for your help
Posted
by
Post not yet marked as solved
1 Replies
178 Views
Hello how i can change the membership to enterprise, My account is organization member. Is there any way to do that.
Posted
by
Post marked as solved
2 Replies
272 Views
I have been working on signing an app from a developer for our own purpose of publishing it to our intune company portal. The older version of the app I can sign and publish without issue. We do have an enterprise dev account, and all they provide us is the source code. The original version does not use Push notifications, nor does it show to have any framework subfolders. That one I sign by this script I've modified over time, ( security cms -D -i [mobilprovisionfilenamefromentdevsite].mobileprovision > provision.plist /usr/libexec/PlistBuddy -x -c 'Print :Entitlements' provision.plist > entitlements.plist unzip -qq [appname]22_5_1.ipa rm -rf Payload/[appname].app/_CodeSignature/ cp [mobilprovisionfilenamefromentdevsite].mobileprovision Payload/[appname].app/embedded.mobileprovision /usr/bin/codesign --force --deep --verify --sign "[Our Certificate name redacted]" -i [the app identity name from the identity creation] --entitlements entitlements.plist Payload/[appname].app/Frameworks/* codesign -dvv Payload/[appname].app/ zip -qr [appname]22_5_1-resigned.ipa Payload/ #Copy the support files for backup mkdir [appname]22_5_1-resigned-support mv entitlements.plist [appname]22_5_1-resigned-support mv Payload [appname]22_5_1-resigned-support mv provision.plist [appname]22_5_1-resigned-support ) This works fine for the old version without Frameworks or Push Notifications The New One I have just added two lines to the script to sign the FrameWorks. rm -rf Payload/[appname].app/Frameworks/*/_CodeSignature/ /usr/bin/codesign --force --deep --verify --sign "[Our Certificate name redacted]" -i [the app identity name from the identity creation] --entitlements entitlements.plist Payload/[appname].app/Frameworks/* When I try it with or without signing the FrameWorks I am unable to get the app to function. It will load on the IPhones then just give error of "Install Pending" or "Install Failed" (0x87D13B64) We do not have access to the source code, so I cannot put it into XCode to sign it. I did recreate the mobile provisioning profile with APN and created a Cert to attach to it. I'm not sure if I need to add that certificate somewhere else or if I'm signing something wrong, but this new version is kicking my ****..
Posted
by
Post not yet marked as solved
1 Replies
177 Views
RE: epf download /feeds/epf/v4/full/current/itunes20220518 The collection.tbz (and .md5) file is missing! This was also missing from the downloads last week. Is this an oversight? Or has the structure changed?
Posted
by
Post not yet marked as solved
0 Replies
270 Views
The company I work for has an Enterprise account subscription which we use to provide an app for a private client. The app is bespoke to the client's business, and used by less than 100 users. Our subscription is due for renewal in the coming weeks and we are being asked whether the Enterprise subscription is still appropriate for our needs. I can see that maybe the Business Manager distribution may have some merits, but at present due to time constraints we do not have time to investigate. My question is whether the Enterprise subscription can be renewed without question (to ensure we can continue to provide service to our client) Then over the next 12 months we can assess the best options for us going forward. I am nervous our renewal may be blocked.
Posted
by
Post not yet marked as solved
1 Replies
172 Views
My organization has a enterprise account where we hosts in-House application, now we would also like to subscribe for the Apple developer program for the same account to host application on the AppStore Is this possible ? having both Apple Developer Program and Apple Developer Enterprise Program for the same account? If it's possible how do i do it ?
Posted
by
Post not yet marked as solved
11 Replies
1.4k Views
We have been trying to renew Apple Developer Enterprise Program,Apple gives a hint "Thank you for your request to renew your membership in the Apple Developer Enterprise Program"This state has been half a month, our Apple Developer Enterprise Program will Expire in 5 days.After expiration, it will seriously affect our company's business.
Posted
by
Post not yet marked as solved
0 Replies
129 Views
Hello, I am new to Apple products and development environments. My organization got entitlements for development last year. What do I need to do for myself to start developing in macOS environments? Should I create a developer ID for myself? Can I register myself in the organization for Apple? At the end, I want to develop programs in the name of my organization. So what do I need to do? Thanks in advance
Posted
by
Post not yet marked as solved
0 Replies
148 Views
Hi, I have a problem. I have my apple id. I am a member of an organization (company account) and in xcode I can see team personal and company team. I was also added as admin in new orgnization which was created as individual i think. So when I got admin permissions I still could not create a bundle id. When it was created by account holder I created an application but in xcode I don't see this team and I can't connect to the application. Is there any solution what I am doing wrong?
Posted
by
Post not yet marked as solved
1 Replies
549 Views
Dear Members, I am facing problem in renewing the enterprise account. Because of this "Because this program is now designed for organizations with more than 100 employees, we’re unable to renew your membership and recommend joining the Apple Developer Program." Please suggest me where i can update my employee information in developer portal so that i can renew my enterprise detail. Thanks
Posted
by
Post not yet marked as solved
0 Replies
137 Views
Hi everyone I write it in English through translation, so I apologize first if there is any inconvenience in reading. There is a question as in the title. cordova 6.2.0 xcode 13.3.1 macos 12.3.1 I build with the environment above. The problem is that after updating iOS 15.4, my enterprise app has not been installed. It ran properly when it was installed before the update, but after the update, the installation is experiencing errors. There is no problem when installing by connecting xcode with my phone, but there is a problem when downloading and installing it. The strange thing is that my company is not on the Trust tab of the enterprise app(when connecting a phone or downloading and installing it). Signing on the xcode is in the same state as before, and no errors are occurring. Somebody please help me
Posted
by
Post not yet marked as solved
0 Replies
120 Views
Hello! I'm trying to download an IPA file through iTunes and while drag and drop works, my app won't open cause "its integrity could not be verified" can anyone help me? I only want to download spotify++ :(
Posted
by
Post not yet marked as solved
1 Replies
166 Views
Hi! We have enabled automatic renewal for apple developer account of our company. Today is our renewal date and it was renewed already. But the device reset popup doesn't show up yet. Can anyone help me with this? We have already exceeded our registered device limit and we have to wait another year for device resetting otherwise. Thanks!
Posted
by