This question already has answers here:
Android notification icon is a white circle
(6 answers)
Closed 4 months ago.
My app does not know show notification icon. It only shows white circle icon. how do I solve it?
You should explore issues section that related plugin first
App Icon in notification is empty : shown as grey square
Related
This question already has answers here:
Change Launch Screen/Splash Screen color and image
(3 answers)
Closed 5 years ago.
So I have Unity Pro version 2017. What is bugging me is that I removed the splash screen however when I launch the app there is a startup screen that happens before the splash screen, and this start up screen is default color is Unity. It's just a blank image with color, now this is a common thing as sometimes on Appstore apps I see the same screen, and then I make sure the following app was made using Unity. How can I remove this Static blank image on launch?
This is the Image that gets are shown:-
Is your project for Android/iOS phones?
You MUST have a splash screen on a mobile project (not sure for iOS, but it's definitely so on Android), be it the default one or a custom one, so if you're not setting one the engine will automatically set it for you.
This question already has answers here:
Badge on App Icon in Iphone App
(2 answers)
Closed 6 years ago.
Any ideas how to apply a red dot to the iPhone App icon - like the Mail or Messages' Icon with the number of unread messages in it?
Try this:
Swift 2:
UIApplication.sharedApplication().applicationIconBadgeNumber = 1// or you value
Hope this helps!
This question already has answers here:
How to set all the backgrounds transparent so that the home screen could be seen?
(2 answers)
Closed 9 years ago.
I ask this question after seeing apps like Reminders or Safari's tab view using this.
As you can see there is a translucency between the app and the home screen. Is there anyway to achieve this in iOS 7? Is it a private api?
No such luck sadly - it's a private API.
This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
iOS web app icon without glare
I'm developing a mobile web app.
When on iOS you 'add to home screen' iOS puts a Reflective shine over your predefined icon.
Is there a way to prevent this ?
According to the following link... Removing Default Gloss on a web app icon
In the link tag you must set the rel value to "apple-touch-icon-precomposed".
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
code to set image as wallpaper in iphone
I am creating an app in which i am having wallpaper sections. After the wallpapers displayed in full screen size there is button set as wallpaper when clicking on that button particular image should be set as iphone wallpaper.
Can anyone help me with this???
There is no publicly available API to set the wallpaper. If there were, the App Store would be full of wallpaper setting apps.