Conversation
|
Hey @gdeluna-branch what is the expected behavior of these changes? Would like to know what to look out for when running a test. |
bboothe-branch
left a comment
There was a problem hiding this comment.
Hey @gdeluna-branch . I cloned the repo, did a pod deintegrate, then a pod install. The app ran fine and I was able to retrieve an ECID value. After running the events, they fired and I don't see any issues with the events.
Why were these 3 pods / dependencies removed?
- pod 'AEPSignal'
- pod 'AEPAnalytics'
- pod 'AEPUserProfile'
Also I noticed pod 'AEPIdentity' was removed but I believe it got replaced with pod 'AEPEdgeIdentity'. Let me know if that's correct.
I did receive this warning. EdgeState - Consent extension is not registered yet, using default collect status (yes)
All other extensions were successfully registered.
I saw these warnings too. Are they relevant?
Failed to send CA Event for app launch measurements for ca_event_type: 0 event_name: com.apple.app_launch_measurement.FirstFramePresentationMetric Failed to send CA Event for app launch measurements for ca_event_type: 1 event_name: com.apple.app_launch_measurement.ExtendedLaunchMetrics
Last thing I noticed were the nil values on this event handling response for responseId and parentId. If normal then ignore.
[BranchSDK][Debug][BranchLogger logDebug:error:] Handling Event: [ id: 249461CB-44AD-4412-88BD-80BF481D73E6 name: Configuration Response type: com.adobe.eventType.configuration source: com.adobe.eventSource.responseContent data: { "analytics.offlineEnabled" : true, "lifecycle.sessionTimeout" : 300, "property.id" : "PR2a87331233ff405b80120bd3bed223d3", "analytics.batchLimit" : 0, "experienceCloud.org" : "5242A86A57A9D16D7F000101@AdobeOrg", "analytics.launchHitDelay" : 0, "rules.url" : "https:\/\/assets.adobedtm.com\/d10f76259195\/c769149ebd48\/launch-f972d1367b58-development-rules.zip", "global.privacy" : "optedin", "analytics.backdatePreviousSessionInfo" : true, "analytics.rsids" : "ebmadobe.branch.delta", "analytics.aamForwardingEnabled" : false, "analytics.server" : "exchangepartnerbranchmetrics.sc.omtrdc.net", "build.environment" : "dev" } timestamp: 2025-11-13 05:11:09 +0000 responseId: nil parentId: nil mask: nil ]
Is there something else I'm looking out for or is this expected behavior?
Reference
SDK-XXXX -- <TITLE>.
Summary
Motivation
Type Of Change
Testing Instructions
cc @BranchMetrics/saas-sdk-devs for visibility.