diff --git a/lms/templates/main.html b/lms/templates/main.html
index 7ef32d63e6..4b5b477a20 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -139,7 +139,7 @@ from pipeline_mako import render_require_js_path_overrides
% endif
<% branch_key = static.get_value("BRANCH_IO_KEY", settings.BRANCH_IO_KEY) %>
-% if branch_key:
+% if branch_key and not is_from_mobile_app: