Skip to content

feat: Allow Client to Manually Call Appsflyer Start#117

Merged
rmi22186 merged 3 commits intomainfrom
feat/SDKE-1142/Delay-Start
Mar 20, 2026
Merged

feat: Allow Client to Manually Call Appsflyer Start#117
rmi22186 merged 3 commits intomainfrom
feat/SDKE-1142/Delay-Start

Conversation

@BrandonStalnaker
Copy link
Contributor

Summary

  • Only call AppsFlyer start when manual start flag is false
  • Remove setSharingFilterForPartners logic
  • Send MPID based off new flag

Testing Plan

  • Was this tested locally? If not, explain why.

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

@BrandonStalnaker BrandonStalnaker self-assigned this Mar 18, 2026
@BrandonStalnaker BrandonStalnaker force-pushed the feat/SDKE-1142/Delay-Start branch 3 times, most recently from 43bef5c to 2b8b908 Compare March 18, 2026 18:12
@BrandonStalnaker BrandonStalnaker force-pushed the feat/SDKE-1142/Delay-Start branch from 2b8b908 to fa6ec41 Compare March 18, 2026 18:28
Comment on lines +781 to +789
@Test
@Throws(Exception::class)
fun testSetUserIdentity_setsCustomerUserIdToIdentity() {
setKitSettings(emptyMap())

kit.setUserIdentity(MParticle.IdentityType.CustomerId, "custom-client-id")

Assert.assertEquals("custom-client-id", appsflyer.customerUserId)
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old test related to MPID. Remove

@rmi22186 rmi22186 merged commit ff3596b into main Mar 20, 2026
15 checks passed
@rmi22186 rmi22186 deleted the feat/SDKE-1142/Delay-Start branch March 20, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants