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

214 Posts
Sort by:
Post not yet marked as solved
0 Replies
2 Views
Issue: When installing a non VPP app store app in iOS device through MDM, the error - "This Apple ID cannot be used to make purchases" is displayed in the device. But the InstallApplication command response from the device doesn't show any error in it. The response just shows the status as "Installing" and the "ManagedApplicationList" command response shows the device shows the app in "Installing" state. It will be helpful on MDM side if the InstallApplication or ManagedApplicationList command response shows an error. Is it possible? InstallApplication response: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CommandUUID</key> <string>InstallApplication;Collection=xxxx</string> <key>Identifier</key> <string>com.zuletteran.scannerfree</string> <key>State</key> <string>Prompting</string> <key>Status</key> <string>Acknowledged</string> <key>UDID</key> <string>xxxx</string> </dict> </plist> ManagedApplicationList response: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CommandUUID</key> <string>ManagedApplicationList</string> <key>ManagedApplicationList</key> <dict> <key>com.zuletteran.scannerfree</key> <dict> <key>ExternalVersionIdentifier</key> <integer>0</integer> <key>HasConfiguration</key> <false/> <key>HasFeedback</key> <false/> <key>IsValidated</key> <false/> <key>ManagementFlags</key> <integer>5</integer> <key>Status</key> <string>Installing</string> </dict> </dict> <key>Status</key> <string>Acknowledged</string> <key>UDID</key> <string>xxxx</string> </dict> </plist>
Posted
by
Post not yet marked as solved
0 Replies
6 Views
When i launch the app from remote, app is crashing. Xcode: Version 13.4.1 (13F100) tvOS: tvOS 15.5.1 (19L580) Swift My Apple TV app getting crashed on app launch. No crash report generated by system. I'm only getting below error in console. [com.mycompanyname.bundleId] CALLED IMAGE GENERATOR FOR <XBApplicationSnapshot: 0x13bf96090; …A80C7A4D06A6> [com.mycompanyname.bundleId]. This should be considered a last resort, and will likely result in significant blocking of the calling thread! reason: image data requested
Posted
by
Post not yet marked as solved
0 Replies
49 Views
Since our last release around 6th July, we have observed app is not relaunching after updating the app while previously it used to relaunch. Users are facing issue that it is asking camera/Mic permissions again after app update and if we open system preferences window permission is already given. Since our last release around 6th July, we have observed app is not relaunching after updating the app while previously it used to relaunch. Users are facing issue that it is asking camera/Mic permissions again after app update and if we open system preferences window permission is already given. Not sure if something is changed in app store update process but everything is working if user relaunch the app and it doesn't asks permissions. Any clues...
Posted
by
Post not yet marked as solved
1 Replies
56 Views
Hi I working on local push connectivity. the enviremant setting has all been done. Something like Entitlement, permission, provision profile..... Now I'm starting the process below from AppDelegate. it didn't come out any error, but NEAppPushManager didn't activate eventually as well. result log, is active: Optional(false) My goal is to launch the NEAppPushProvider, and have no idea how to make it work. below is provider entitlements <?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>com.apple.developer.networking.networkextension</key> <array/> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.application-groups</key> <array> <string>group.***.xxxx.testpushnotification</string> </array> <key>com.apple.security.network.client</key> <true/> </dict> </plist> I've read about this artical https://developer.apple.com/forums/thread/705382 the load and save process will got error like 2022-07-12 17:56:25.339269+0800 SocketPushNotification[2843:623554] [] <NEAppPushManager: 0x282359740>: Failed to save the configuration: Error Domain=NEConfigurationErrorDomain Code=9 "configuration is unchanged" UserInfo={NSLocalizedDescription=configuration is unchanged} did not save configuration, error: %{public}@ The operation couldn’t be completed. (NEAppPushErrorDomain error 3.) please give me some advices thank you.
Posted
by
Post not yet marked as solved
0 Replies
63 Views
Hello, I just got a Termination Letter for Apple, in which it said: "...If applicable, no further payments will be made to you pursuant to Section 7.1 of the Paid Applications agreement (Schedules 2 and 3 to the ADP Agreement). " I have some revenue for June, and some proceeds in Jul until the day of Termination. I run ads in Apple Search Ads and paid for it. It would make no sense if Apple does not give me the payment. So will I get the remaining payment that the app had? Did anyone experience it? I really need your help. Thank you for your time.
Posted
by
Post not yet marked as solved
0 Replies
90 Views
I have an App with bundleId in Xcode as "com.companyname.abc.123" when using ASAuthorizationProviderExtensionAuthorizationRequest with Enterprise Sso plugin feature, the callerBundleIdentifier shows a different (com.companyname.abc without 123 in the end) which failed our validation. Do we know where the callerBundleIdentifier comes from? I noticed something called audittoken as well from console logs, but no idea how it is generated.
Posted
by
Post not yet marked as solved
0 Replies
72 Views
Hello, I work for Holding Group company, and they plan to publish an application which is only a webView. I know the webView apps get rejected, but the case here is that this application is the internal app "For enterprise company." Also, I want to know if the app reviewing process is also applied on the Enterprise level or if it is only for the individual users Kind regards
Posted
by
Post not yet marked as solved
0 Replies
84 Views
Hello Everyone, Even though our enterprise account expired, our app associated with this membership said to run for the next 44 days. However, today all of a sudden, our clients are not able to open the app, it says 'This app cannot be installed because its integrity could not be verified'. Note: we did not build and deploy any app ever since the membership expired. Our clients were able to download and install the app until today. Any help will be highly appreciated. Thank you!
Posted
by
Post not yet marked as solved
2 Replies
79 Views
I bought my apple developer program and I have received email verification I sent my document id 3 days ago I don't receive anything
Posted
by
Post not yet marked as solved
1 Replies
98 Views
Our MDM server is hosted with our enterprise. All the devices pass through the proxy & firewall server to reach it. Due to some misconfiguration, our proxy server responded with 401 to all the requests. Later we noticed that the MDM profile is missing from some of the devices. On checking with the MDM team, they forwarded us to Apple documents saying this is out of their control and 401 response would remove MDM profile. Could this be handled in such a way that, MDM server could have some control over this, say only MDM server can send 401 to remove the profile. Has anyone faced this. Any help this would be appreciated.
Posted
by
Post not yet marked as solved
0 Replies
73 Views
Hi all, anyone using micromdm for simple tasks? I have mine up and running, but i cant simply install in-house .ipa app i run me@mdm:~$ ./install_application 00000000-000000000002001E https://public-server-url/apps/manifest.plist getting: "payload": { "command_uuid": "c0000006-0000-0000-0000-af0000c0000d", "command": { "request_type": "InstallApplication", "manifest_url": "https://public-server-url/apps/manifest.plist" } } } in server log i see: transport=http method=POST status=201 proto=HTTP/2.0 host=10.0.0.227 user_agent=curl/7.68.0 path=/v1/commands level=info msg="queued event for device" device_udid=00000000-000000000002001E command_uuid=900004e-000-00000-0000-9d000000335 request_type=InstallApplication transport=http method=PUT status=200 proto=HTTP/2.0 host=81.94.xx.xx user_agent=MDM/1.0 path=/mdm/connect transport=http method=PUT status=200 proto=HTTP/2.0 host=81.94.xx.xx user_agent=MDM/1.0 path=/mdm/connect and nothing lookignat ios logs via Apple Configurator and there is nothing related to mdm or url where manifest file is... Anyone got it working? If yes, how? Thank you
Posted
by
Post not yet marked as solved
0 Replies
82 Views
We have an organization of about 500 employees, and we have developed an app for internal use only. I want our employees to use this app. So we have built the app ( we choose EAS build CLI with all valid certificates, provisioning profile and unique bundleIdentifier) Then, we got a link which we can open on our iOS devices (or scan the QR code) and follow the instructions to install the development profile. Then we got a link to download an application on our device. And it seems an app icon in our device but when we try to open it by touching the icon we are getting a message "Unable to install App, This app cannot be installed because its integrity could not be verified." In short we can say ,Our organization is facing the following error when downloading an "enterpriseProvisioning": "universal" EAS Build app from Expo.
Posted
by
Post not yet marked as solved
1 Replies
194 Views
For creating APNS certificate, we use a signed CSR from our MDM vendor which is a .plist file. We were using this for quite some years now. But currently APNS portal throws error saying invalid file type (as attached below) Is the Portal updated to support only .csr / .txt / .rtf? Can anyone help to use the correct file format. (P.S: Works if we edit the extension & upload it)
Posted
by
Post marked as solved
1 Replies
120 Views
IOS 16 developer issue - camera shows as a 3rd party replacement not as original equipment . Phone is a Iphone13 pro max bought brand new never repaired . Issue started as black screen when on photo mode or qr scan using back camera. All other modes had picture . Rebooted .. camera now works all modes but shows as unsupported replacement .
Posted
by