Adding popup to the dialling screen in iOS [duplicate] - ios

This question already has an answer here:
How can you display info screen on iPhone during call
(1 answer)
Closed 6 years ago.
while calling to one number from our app, once it start dialling we should able to show popup on dialer screen.

IOS gives no control on the dialing screen so this is unachievable.

Related

How to show notification badge without count in ios? [duplicate]

This question already has answers here:
iPhone icon badge without a number
(1 answer)
How to give an app icon a notification badge without a number?
(1 answer)
Closed 1 year ago.
How can we show empty badge in react-native iOS?
I just want to show the red dot on my app icon.

Why remote command center not show in simulator? [duplicate]

This question already has answers here:
Cannot open iPhone Control Center on simulator
(4 answers)
Closed 4 years ago.
I wanna show command center in lock screen but it work on real device and not working on simulator.
Apple remove RemoteCommandCenter simulation since iOS 11,
so i suggest you to use iOS 10.x simulator to debug RemoteCommandCenter.

iOS: Black out screen when putting phone against ear [duplicate]

This question already has answers here:
iPhone Proximity Sensor
(13 answers)
Closed 5 years ago.
Is it possible to programmatically replicate the iPhone feature where the screen dims and the touch functionalities are shut off when the phone is against your ear?
UIDevice.current.isProximityMonitoringEnabled = true
This should enable to proximity sensor and automatically turn screen off when holding against ear

Do apps need to be modified for the iPhone 5's screen? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How to deal with iPhone 5 screen size?
The iPhone 5 has a bigger screen than all previous models (4 inches instead of 3.5). How will this affect current apps that were designed for the original screen when they're displayed on the iPhone 5?
I ask because I am withholding the launch of a new app of mine and am wondering if I need to make modifications for iPhone 5 screen-wise.
Existing apps will run in a compatibility mode, and will be presented in a "letterbox" format.

IOS modify launch icon [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Dynamically change iphone app icon and loading image
Hi, I would like to know if it is possible for an application to modify it's launch icon on a daily basis similar to the calendar app.
Cheers
Not possible under the current SDK for an Appstore app. The best you can do is change the red badge like how the Mail.app displays the number of unread emails.

Resources