-
Notifications
You must be signed in to change notification settings - Fork 47
Can't Get a Working Example of the Consent Form #28
Comments
Hello, you have to put the //show consent form after // Load successful. So like this
|
Hello @GDGapps, thanks for the help o far, I have another issue as shown in the screenshot. |
That's Google's fault, I wouldn't bother. |
Ok @GDGapps , I've also noticed my users would have "app settings" which they can change? But how do I set that up? Please see image below. And got this error in the xcode debug area: Reading from public effective user settings. --- Error --- |
@LloydDavid just put a button somewhere in the settings and when the user touches the button have this:
so that the user's consent status is unknown and you can present the form again with the same code you used the first time so my code looks like this
|
@GDGapps Thanks dude, I'll implement it when I can, I'll let you know about any further issues. |
Hello, when attempt to show form of this 1.3 version of the Consent SDK, Xcode throws a very strange error: More specifically, this line of code is throwing that error:
Error: *Cannot initialize a variable of type 'PACConsentStatus ' with an rvalue of type 'PACConsentStatus' Now, what's triggering this error and is that a bug with the Consent SDK? Xcode Version 10.1 (10B61) used! Please advice! @LloydDavid @GDGapps @stephenn @dberlin |
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, I was expecting a working example of the form in the github repo like admob ad examples so now i'm stuck after adding the code below from here: https://developers.google.com/admob/ios/eu-consent
import PersonalizedAdConsent
import UIKit
class FirstOnBoardingViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
The text was updated successfully, but these errors were encountered: