From 1bc4f4f9cdcea98c4f89780a960fce6116214aad Mon Sep 17 00:00:00 2001 From: Nickolas Dimitrakas Date: Thu, 29 Jan 2026 14:13:57 -0500 Subject: [PATCH] chore: add attribute logging in selectPlacements --- mParticle-Apple-SDK/MPRokt.m | 2 ++ 1 file changed, 2 insertions(+) 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;