Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

Don't Use `setDebug` with Facebook

Facebook ads are incompatible with debug mode, as this prevents us from sending the correct hardware ID to Facebook.

Please make sure the debug method is not included in your production app OR set to false - Branch.setDebug(false) - as doing so still enables debug mode.