After more investigation it appears that the setPushIdentifier function
is simply setting the SDK pushIdentifier string rather than pushing this
to Adobe Campaign. For that an Mobile Core > Action or collectPII is
required, correct?There seems to be some delay in this setPushIdentifier
function setting the string, so when we call collectPII immediately
after it isn't available for Launch to send to Adobe Campaign, despite
being available generally.How are other developers mitigating this? Or
is ...