Jamie Hunt

Results 2 issues of Jamie Hunt

I have reason to believe the GoogleMobileAds framework is triggering the privacy sensitive API usage alert, while we can work-around this by marking one of the respective NSPrivacyAccessedAPITypeReasons, I don't...

Strings with same-line comments appear to produce false missing violations `Partial Violation: Localized string "my_string" is missing in locale "ja" (partial)` **en/Localizable.strings** ``` "my_string" = "Foo bar..."; ``` **ja/Localizable.strings** ```...

question