Closed
Description
If there's a defined in AndroidManifest.xml, which is not INSTALL_REFERRER, the build script will insert a new receiver every time.
unity_sdk/Assets/Editor/AdjustEditor.cs
Line 418 in 4dddbd2
This code is absolutely wrong.
It should be:
if (isThereAnyCustomBroadcastReiver) { // If there's custom broadcast receiver, let's iterate on "receiver" attributes a bit more to see if it's ours. foreach (XmlAttribute attribute in node.Attributes) { if (attribute.Value.Contains("com.adjust.sdk.AdjustReferrerReceiver")) { isUsedBroadcastReceiverOurs = true; } } break; }
Metadata
Metadata
Assignees
Labels
No labels