The Branch Unity SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
I was getting mysterious exception errors from deep in the branch unity code. It was because the branch link data had many null fields such as $og_title. I really don't know why other people weren't seeing the same problems. Also... this is a brute force fix. It would be better to have a shared function/method for reading fields that checked for null instead of doing them one by one.
I was getting mysterious exception errors from deep in the branch unity code. It was because the branch link data had many null fields such as $og_title. I really don't know why other people weren't seeing the same problems. Also... this is a brute force fix. It would be better to have a shared function/method for reading fields that checked for null instead of doing them one by one.