Hi. My team is still using GLKit. I have no choice but to keep using it to support non-iOS products as well. (We don't have many developers.)
While researching 'Privacy Manifest', I found out that the third party library needs to add 'PrivacyInfo'.
I confirmed on Xcode that GLKit is Apple SDKs. Does this mean it's not a third party library?
Is using GLKit not related to 'Privacy Manifest'?
Posts under GLKit tag
2 Posts
Sort by:
Post
Replies
Boosts
Views
Activity
I know opengl is marked as deprecated since ios12 but I have an old project using it and I want to update some feature of it then release the update version.
So I'm wondering if I can still release an app using opengl to app store currently?
(I know it's better to shift to MetalKit but for some reason I want to cut the cost if I can. )