# Native app install banner for Android and iOS

**URL:** https://meta.discourse.org/t/native-app-install-banner-for-android-and-ios/55056
**Category:** Feature
**Created:** [2017 年 1 月 2 日午後 2:46 UTC](https://meta.discourse.org/t/native-app-install-banner-for-android-and-ios/55056 "2017-01-02T14:46:29Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2017 年 11 月 18 日午後 2:15 UTC](https://meta.discourse.org/t/native-app-install-banner-for-android-and-ios/55056/4 "2017-11-18T14:15:43Z")

</div>

On the native banner, it will show the native app logo, which is the Discourse one, because it’s pointing to this apps:

> <https://play.google.com/store/apps/details?id=com.discourse&hl=en>
>
> Discourse notifier and browse...

> **[Discourse Hub App - App Store](https://apps.apple.com/us/app/discourse-hub/id1173672076)**
>
> Download Discourse Hub by Discourse on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Discourse Hub.

If you have a [white-label Discourse app](https://meta.discourse.org/t/what-if-i-want-to-white-label-the-discourse-mobile-apps/53063/9) you will want to customize this lines:

Android:

> <https://github.com/discourse/discourse/blob/main/app/views/layouts/application.html.erb#L51>

iOS:

> <https://github.com/discourse/discourse/blob/d7c8c2d5e395ea3b76fc591e7ab0d09800c23b33/app/controllers/metadata_controller.rb#L39>

That said, using the standard [Add to HomeScreen on Android](https://meta.discourse.org/t/add-to-homescreen-banner-on-android/42973?source_topic_id=21067) will use your custom logo everywhere, just set a good one at the Site Setting `large_icon_url` with 512x512 pixels.

---

_[View the full topic](https://meta.discourse.org/t/native-app-install-banner-for-android-and-ios/55056)._
