FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Privacy Manifest

lambda123254 opened this issue · comments

commented
image UserDefaults is one of the function which require privacy manifest embedded in the library, this library use UserDefaults for I don't know I can't study all of your code lol, may be it'd be nice to see more details about this.

I'm still learning as well, so I might be wrong about this suggestion :/

Hi,

Does it work locally without one? If it does, there is no need to add one. You shouldn't include FLEX in app store builds after all.

commented

Oh yea, you're right, thanks for the respond

I've checked and believe Flex uses:
NSFileCreationDate
fileModificationDate
NSUserDefaults

I assume privacy manifest is not required as we exclude it from release builds. Can anyone confirm?