Re-organize app icons using swift in iOS 13

I am trying to use MDM to manage iOS devices. Everything works fine. I am able to create profile and enroll devices. I am able to black/white list apps and works fine. Only issue is when I remove profile, all app icons gets reorganized in alphabatecal order. I want to retain original organization of the icons. for that purpose, I am looking for a way to re-organize icons programmatically using swift.

Any ideas are welcome.

I am looking for a way to re-organize icons programmatically using swift.

iOS does not have any API for changing the layout of apps on the Home screen.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Re-organize app icons using swift in iOS 13
 
 
Q