Posts

Showing posts with the label Ios6

Creating An Android Smart App Banner

Answer : Since Chrome 44 Beta you can push your app in Chrome for Android with a native app install banner on your website. Please see the answer below. Old answer I needed that myself, so I created a jquery plugin to mimic a smart banner for Android and older iOS versions. http://jasny.github.com/jquery.smartbanner/#android Since Chrome 44 Beta you can push your app in Chrome for Android with a native app install banner on your website. There are a couple of criteria that need to be met in order to enable it: You will need a web app manifest file You will have to serve your web using https The user has visited your site twice over two separate days during the course of two weeks. Read more about it in the official docs from Google. You add the Google Sign-In button to your page with a special parameter and then users can sign in and specify which device to install your app to directly from your website. This is the most "officially supported" implementation I know of:...