Filters

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.