googleads-consent-sdk-ios icon indicating copy to clipboard operation
googleads-consent-sdk-ios copied to clipboard

Consent SDK

Results 31 googleads-consent-sdk-ios issues
Sort by recently updated
recently updated
newest added

I was trying to detect EEA user with this SDK, but found strange behavior. When user is not EEA, SDK works well both simulator and device. When user is EEA,...

Apple recommends to use app icon without round corners. [UIImage imageNamed:iconName]; loads and displays the rectangular icon. That doesn't look nice. I would use this code to make the corners...

enhancement

Hello, I can't get a working example of the consent pop-up, below is how far I get and no form shows on the view controller, please show a working example,...

Some keys are missing localization, please wrap them properly to allow full internationalization.

When I compile and run on an actual device I get the following error: `Conflicting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnull'` In PACConsentForm.h: ```obj-c ///...

Environment: XCode 9.2 Swift 4.0 After installing through cocoapods then build it. It prompts compile warning. Nullability Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) PACView.h In...

Even if the flags are set as: form.shouldOfferPersonalizedAds = YES; form.shouldOfferNonPersonalizedAds = YES; form.shouldOfferAdFree = YES; only see two buttons in dialog, less relevant Ads and Ads free is this...

Carthage support - similar to Firebase would be welcome.

enhancement

The SDK returns a privacy URL for each used provider. I noticed that the privacy policy URL for Google provider is: https://www.google.com/about/company/user-consent-policy.html while I was expecting it to be: https://www.google.com/policies/technologies/partner-sites/

A very basic example fails already: > Error Domain=Consent Code=1 "Error: invalid data. JSON Parse error: Unexpected EOF" UserInfo={NSLocalizedDescription=Error: invalid data. JSON Parse error: Unexpected EOF} ```objc NSURL *privacyURL =...