FLEXTool / FLEX

An in-app debugging and exploration tool for iOS
Other
14.07k stars 1.7k forks source link

Support for Privacy Manifest #686

Closed lambda123254 closed 2 months ago

lambda123254 commented 10 months ago
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 :/

NSExceptional commented 10 months ago

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.

lambda123254 commented 10 months ago

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

lamdaniel commented 9 months ago

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?

NSExceptional commented 2 months ago

I assume privacy manifest is not required as we exclude it from release builds. Closing this for now based on this info. Let me know if that changes.