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
When we provide a new location it will loop through the activeKitsRegistry and try to forward the message to each active kit, however for Braze (Appboy) the setLocation selector is not supported, that's why I'm getting these messages in the console.
I was getting those 2 messages in the console
And after some investigation, According to this block of code
When we provide a new location it will loop through the
activeKitsRegistry
and try to forward the message to each active kit, however for Braze (Appboy) thesetLocation
selector is not supported, that's why I'm getting these messages in the console.we should use one of those two instead
According to Braze (Appboy) docs
So I have 2 questions
setLocation
tosetLastKnownLocationWithLatitude
?The text was updated successfully, but these errors were encountered: