Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

[FirebaseAnalytics][I-ACS023001] Deep Link does not contain valid required params issue

[FirebaseAnalytics][I-ACS023001] Deep Link does not contain valid required params. URL params: {
    "_cpb" = 1;
    "_cpt" = cpit;
    "_fpb" = "CIAHEJ4DGgVlbi1JTg==";
    "_iumchkactval" = 1;
    "_iumenbl" = 1;
    "_osl" = "https://helpwise.page.link/TJBU";
    "_plt" = 3322;
    "_uit" = 1679;
    apn = "com.saaslabs.helpwise";
    cid = 3913316441535437959;
    ibi = "com.saaslabs.helpwise";
    isi = 1503985272;
    link = "https://app.helpwise.io";
}
VERBOSE: application/scene didBecomeActive
DEBUG: Application Foregrounded started
DEBUG: cancelFocusCall of {
    "NOT_ATTRIBUTED" = "<OSUnattributedFocusTimeProcessor: 0x28181f8e0>";
}

I am getting this error how to solve it

I tried the normal integration method from the firebase website but not able to solve this issue

like image 217
tk_tanz Avatar asked Oct 24 '25 17:10

tk_tanz


1 Answers

This error happens if your link structure is not properly configured. You have to make sure that your link parameter is URL encoded.

like image 182
dani Avatar answered Oct 26 '25 08:10

dani