TestFlight public link icon change after release? - icons

Need help fixing TestFlight icon dimensions on our public email link as well as inside the TestFlight Site (top left icon).
Our icons are sized correctly inside the TestFlight mobile app and for my installed app on device so why would the site and email icons be incorrect?

Related

Progressive web app is not working on android

I have made a progressive web app using wordpress plugin. But it is not working in my phone.. The theme which i have used is not shown in android and add to home screen pop-up mini-info bar is not coming.. please help me.

Unable link up wordpress with ionic android and ios script

Hello I have this script purchased but I am unable to set it up. Also there is a while screen error after splash screen.
Ionic Woocommerce - Universal iOS & Android Ecommerce / Store Full Mobile App
https://codecanyon.net/item/ionic-woocommerce-universal-ios-android-ecommerce-store-full-mobile-app/21561737
AutoHideSplashScreen=“false"
worked for me

Can I reject notifications when I uninstall Progressive Web App on the home screen?

I am in trouble with the operation of Progressive Web Apps.
First, I pressed "Add to Home Screen" on the web, added the application to the home screen, and gave permission for push notification.
After that, I uninstalled Progressive Web Apps from the home screen, I expected that the notification will not arrive, but in fact it gets notified.
Can I detect uninstallation and reject push notifications?
I tried searching including the following site.
For example, but there is nothing expected of event or status.
Although it is an attachment of the home screen after uninstallation,
A Google Chrome icon is displayed in the notification bar.
home screen image
Based on your comment in response to the other answer, I figure you are building a progressive web app and want to implement this feature (turning off notifications on removal from the home screen) in your own PWA?
Currently (October 2017) there is no way for a PWA to detect if a user has removed it from their home screen. There is a way for the PWA to detect if it is uninstalled (as in the service worker is removed from the browser all together) but that is something totally different. You aren't uninstalling the PWA when you remove it from the home screen, you're just removing a shortcut. The PWA is still installed in the user's browser. They could still manually visit the site and your PWA would still be working.
Maybe this will become a feature in the future. For right now there isn't even a way to create a hack that would help.
If you navigate to the web app in question using Chrome for Android, either directly or by tapping on a notification, you can manually adjust its permissions by tapping on the "Lock" icon next to the location bar, then choosing "SITE SETTINGS", and then making changes there.
The specific steps to do this would vary if you're using a browser other than Chrome.

Looking for a Smart Banner plugin for Wordpress website

I was looking for a Smart Banner plugin that can detect the OS of mobile users, if Android or iPhone, then show a banner advertising that we have an app for their mobile.
Up to now, the easiest solution I've found is to use:
native Smart banner for iOS
AppBanners wordpress plugin for Android
Just leave blank Apple App ID field, this way WordPress will show native banner for iOS and AppBanners banner for Android.
Native iOS banner installation on WordPress is very easy. Just insert metatag line into a header of header.php file:
Use this Native app install banners from Google:
https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/
They let users quickly and seamlessly add your web or native app to
their home screens without leaving the browser.
There is a small GIF in the site where you can see that the users can install your app even without leaving the browser.

Firebase Cloud Messaging - Change default Chrome icon for web notifications on Android

In firebase cloud messaging web notifications,
the default icon is chrome icon shown as a grey circle
how can i change it
You cannot remove that small Chrome icon. It is present to make it clear that the notifications are delivered through the Chrome app.
Update: on some OS, including Android, you can now set the badge when you display the notification. You can try that option and see if it works in your case (here's a blog post that I wrote about the icon / badge).

Resources