We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b59ee commit c13eaa7Copy full SHA for c13eaa7
plugin/src/ios/CDVMParticle.m
@@ -72,7 +72,7 @@ - (void)setATTStatus:(CDVInvokedUrlCommand*)command {
72
- (void)addGDPRConsentState:(CDVInvokedUrlCommand*)command {
73
[self.commandDelegate runInBackground:^{
74
NSMutableDictionary *serializedConsent = [command.arguments objectAtIndex:0];
75
- NSString *purpose = [command.arguments objectAtIndex:0];
+ NSString *purpose = [command.arguments objectAtIndex:1];
76
77
MPGDPRConsent *consent = [CDVMParticle MPGDPRConsent:serializedConsent];
78
MPConsentState *consentState = [[MParticle sharedInstance].identity.currentUser.consentState copy];
0 commit comments