Post

Replies

Boosts

Views

Activity

Automated Device Enrollment Addition - Clarification
Link Reference: https://developer.apple.com/documentation/swiftui/view/4057990-automateddeviceenrollmentadditio This above mentioned method's usage is unclear. I have some doubts like, Is this be used for adding our device to Organisation? Or when to use this or whats its use case, If I am wrong? I have tried to use this method, In mt Sample Project and got with this error. below . In the View , It only shows a blank page with an loading symbol. 3) Do we need any special entitlement to be used for this? 4) Can i have any detailed usage description for this
0
1
631
Dec ’22
Using Content Filter Providers to track Data Usage of the Device - Xcode Extension
Hi, We are an MDM Solution, who is trying to collect the Data Usage Datas from iOS Devices. We have our own Native app, there we can able to get the data usage with some limitations While trying to fetch continuously, it shows usage for maximum upto 4GB. After 4 GB, it again resets the current count and starts from 0 . Forum Link Also These Above data fetched on one instance resets to zero on Restarting Device, So we are planning for Content Filter Provider extensions to get a track of data usage. We have no clear Documentations to use this. With Some third party domain references , Below are the Questions on it. For Content Filtering to be working , We need to add a plugin web content Filter with apps distribution Certificate as its authentication. -> As we are an MDM solution ,Is it needed to give all the cx our Distribution Certificate with its private key? Will the Content Filtering will satisfy our needs, as we can see that it works on tight container ? Is it possible to collect the data usages of the device without any limitations? It will good ,if there was a proper apple document to use this extension. Is it any there? Also will it be possible to use this without the distribution Certificate Authentication? Apple Doc: Link Any Suggestions are welcome. Thanks in Advance
2
0
752
May ’22
"allowOpenFromUnmanagedToManaged" -While Adding Photo to Managed App or Account
Am using a Supervised Device with 15.4 OS Scenario: I have tried to push the Restriction payload to Device , with value true for "allowOpenFromUnmanagedToManaged" key . case 1: When i try to open a photo from Photo Library and try to open in with any Managed App ,the suggestions for managed app is not listed there. (Working as Expected) My Problem is: case 2: But when i open the Managed App and Try to add a photo , It allows me to open the Photo Library ,from where i can add it. If Sharing data from unmanaged to managed app is restricted, then it shouldn't be added in case2 ,Right? FYI: The managed App i have used in Outlook App Can Anyone Help me this strange Behaviour? Thanks In Advance
0
0
642
Apr ’22
Apps removed from PerAppVPN configuration after App Update
We are an MDM Solution . We are offering Per-App-VPN Configurations to Users. Currently we are experiencing an issue with it. While Applying per-app vpn configuration to the Device, It works fine and the Respective App is in VPN Network. Till now everything works as expected. Also I can see my device name in the Device Settings (Settings -> VPN Management -> Per App VPN Configurations) When a New App Update for that app is Pushed to the device. App Starts update and also the App is not anymore configured to the Vpn Configurations . I can reproduce this locally everytime i try. Have Attached a Payload for reference Payload Sent: > <?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>PayloadVersion</key> <integer>1</integer> <key>PayloadUUID</key> <string>33885c2b-7d69-405d-9e5f-94d579357647</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadOrganization</key> <string>MDM</string> <key>PayloadIdentifier</key> <string>com.mdm.54119da4-ed12-46d2-bc8c-bfc73c945bde.perapppvpn</string> <key>PayloadDisplayName</key> <string>perapppvpn</string> <key>PayloadRemovalDisallowed</key> <true/> <key>PayloadContent</key> <array> <dict> <key>PayloadVersion</key> <integer>1</integer> <key>PayloadUUID</key> <string>4b806a39-dd71-4a81-a08f-5cb78f07352c</string> <key>PayloadType</key> <string>com.apple.vpn.managed.applayer</string> <key>PayloadOrganization</key> <string>MDM</string> <key>PayloadIdentifier</key> <string>4b806a39-dd71-4a81-a08f-5cb78f07352c</string> <key>PayloadDisplayName</key> <string>Per-App VPN Profile Configuration</string> <key>UserDefinedName</key> <string>Per-App VPN Configuration</string> <key>Proxies</key> <dict> </dict> <key>VPN</key> <dict> <key>RemoteAddress</key> <string>**********</string> <key>AuthenticationMethod</key> <string>Password</string> <key>ProviderType</key> <string>packet-tunnel</string> <key>OnDemandMatchAppEnabled</key> <true/> </dict> <key>VendorConfig</key> <dict> </dict> <key>IPv4</key> <dict> <key>OverridePrimary</key> <integer>1</integer> </dict> <key>VPNSubType</key> <string>*********</string> <key>VPNType</key> <string>VPN</string> <key>VPNUUID</key> <string>8dc013a1-a525-4b45-8913-bbc40cd60985</string> </dict> </array> </dict> </plist>|
1
0
1.2k
Mar ’22
No such Module Found on line -> "import Cryptokit"
I have used Apple API - Apple CryptoKit | Apple Developer Documentation in my project . While Archieving the Project , I gives out an error ,And build Fails . The Same Project works well in Xcode 12_4 . Only after I updated my Xcode to Xcode13. This Error Started Occurring . Xcode12_4 - Catalina Mac Xcode 13 - BigSur Mac. Whether It may be due to Bigsur ? Does Any other reproduces this Error? Can Anyone Help me in this?
2
0
2.7k
Oct ’21
Background Task - Xcode Crash Issue
I have enabled Background Task Scheduler for my App. Everything works fine, My App is calling the scheduler at some times. The Problem is I have found the Xcode Crash such as "BGTaskScheduler - Unsafe SubmitTaskRequest Error" When i click "Open i Project " , It shows the line "BGTaskScheduler.shared.submit(request)" I cant trace or reproduce this app Crash . Can Anyone Help? Thanks in Advance
0
0
771
Jan ’21