An Update for the Branch SDK for Android is Available: Version 4.2.0
1 view
Skip to first unread message
Benas Klastaitis
unread,
Nov 19, 2019, 6:52:21 PM11/19/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Branch SDK Releases
Branch Android SDK 4.2.0
Nov 19, 2019
Remove initialization race conditions.
Do not auto-initialize sessions, make calling initSession a mandatory step required of Branch SDK users (officially this was already implied).
Start returning an error on consecutive initialization.
Overload reInitSession with different callbacks and start advertising it to users as the official way to handle session reinitialization in cases where activity is in foreground and is being reopened.
Make sure carrier field does not contain an empty string, omit the field instead.