I only have and android app on Google play but don't have an iOS app. Is there any way I can disable the App Store button?
I tried removing the ios_app_id value from _config.yml but it didn't work.
I can comment out the html code responsible for the button in default.html file:
<a class="appStoreLink" href="{{site.appstore_link}}"><img class="appStore" src="assets/appstore.png"></a>
But can we have a feature to gracefully handle this situation?