You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite critical cause we need to be sure to send the push token to Adjust correctly without integrating their native SDK (using only the Segmend/Adjust integration)
The text was updated successfully, but these errors were encountered:
The Segment integration with Adjust is never sending the push token to Adjust.
After debugging this I discovered that the following method on the
SEGAdjustIntegration.m
is never called.In fact there is a log from Segment saying
The method signature should be instead
This is quite critical cause we need to be sure to send the push token to Adjust correctly without integrating their native SDK (using only the Segmend/Adjust integration)
The text was updated successfully, but these errors were encountered: