Jayadev Panthaplavil Unnikrishnan
Jayadev Panthaplavil Unnikrishnan
I'm also experiencing this issue. The deep link callback isn't triggered, even though the Adjust SDK logs indicate that the link is received. The deferredDeeplinkCallback is set, but the callback...
@Gagan5278 No, I didn’t get a proper solution. Even after adding `adjustConfig.isDeferredDeeplinkOpeningEnabled = false;`, the callback from the SDK didn’t work for me. Instead, I integrated app_links along with the...
I tried calling getAPNSToken() via a button press and logged the result. Unfortunately, it still returns null: `[log] ApnsToken: null` ``[log] Error getting Firebase device token: [firebase_messaging/apns-token-not-set] APNS token has...