Post

Replies

Boosts

Views

Activity

Reply to Privacy Manifests vs CocoaPods?
We're already doing that to include the privacy manifest (PrivacyInfo.xcprivacy) in the sources we provide. However, Xcode does not add this manifest into the (aggregated) privacy report, so App developers will (unfortunately) have to check this privacy manifest themselves (manually). We're looking for a way to get the privacy manifest included in the privacy report, when using CocoaPods.
Jul ’23
Reply to Should we add Precise Location to our SDK's privacy manifest if we use the current SSID?
I'm not sure I understand your answer: is that a "Yes" or a "No"? We don't use CoreLocation, but (from your link): Information that describes the location of a user or device with the same or greater resolution as a latitude and longitude with three or more decimal places. Does the SSID pinpoint a location with that high precision? (If so, we should add this data type, according to this documentation)
Jul ’23
Reply to Apple Development Certificate not trusted - no root cert found even though they are installed
I also got hit by this issue, even after re-installing Apple's root certificates. My workaround is to delete my development certificate from the keychain, download it from the developer web site, and re-install it. The developer certificate will then be trusted for the remainder of the day. However, the next morning it is not trusted again! So I have to apply this workaround every morning... Huh? What's the proper fix?
Jul ’21
Reply to Unable to get SSID when user only allows approximate location (instead of precise)
Apparently somebody else posted the same issue on Stack Overflow about two months ago: https://stackoverflow.com/questions/63130232/cncopycurrentnetworkinfo-not-working-with-ios-14 I suppose this is intended behaviour to better protect the user's privacy, but how can we achieve our goal? (We have no intention of invading privacy, we just want to prevent unnecessary costs for our users)
Oct ’20