iOS 6 Runtime headers method to open an application using its bundle identifier[Non-jailbreak]
问题 I want to open an app programmatically through its bundle identifier by using iOS 6 runtime headers method. I have done this in iOS 7 and 8 but I couldn't find any appropriate method in iOS 6. Please guide me how can I do that. Please remember that I am implementing this functionality for enterprise apps. Working Code in iOS 7 and 8 if ([self checkOSVersion] >= 7) { Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); NSObject* workspace = [LSApplicationWorkspace