I would like to know, if i can use LSApplicationWorkspace class, for app store based applications.
The LSApplicationWorkspace.h has been named under "MobileCoreServices.framework" which is a public framework.The Below link provides information regarding the list of private and public Frameworks.
https://github.com/nst/iOS-Runtime-Headers
The Below Link provides list of header files under "MobileCoreServices.framework" from github
https://github.com/nst/iOS-Runtime-Headers/tree/master/Frameworks/MobileCoreServices.framework
And In the MobileCoreServices.framework from Xcode 7 beta iOS 9 sdk we have MobileCoreServices.h,UTCoreTypes.h and UTType.h header file.
They are different from each other. there is no MobileCoreServices.h, UTCoreTypes.h, UTType.h on github, also there is no LSXXX.h in the Xcode framework . Why are they different, I am confused about that. would you like give me some detail about that?
Thanks