diff --git a/mParticle-Apple-SDK/MPRokt.m b/mParticle-Apple-SDK/MPRokt.m index 6b5c1270a..c750f6b8f 100644 --- a/mParticle-Apple-SDK/MPRokt.m +++ b/mParticle-Apple-SDK/MPRokt.m @@ -70,6 +70,8 @@ - (void)selectPlacements:(NSString *)identifier [self confirmUser:attributes user:currentUser completion:^(MParticleUser *_Nullable resolvedUser) { NSArray *> *attributeMap = [self getRoktPlacementAttributesMapping]; + MPILogVerbose(@"MParticle.Rokt selectPlacements called with attributes: %@", attributes); + // If attributeMap is nil the kit hasn't been initialized if (attributeMap) { NSMutableDictionary *mappedAttributes = attributes.mutableCopy;