Current situation.
I'm using third-party sdk make by myself with my app.
my app use UserDefaults api, and My sdk(framework) too
Recently,
apple store policy changed, apple says If you use "Userdefaults API", Include Privacy Manifest.
As a result My app including two Privacy manifest
If I create 10 SDKs, and all of these SDKs use "Userdefaults API", and one app itself also uses the "Userdefaults API", is it correct to include 11 "Privacy manifests" in this app?