Flutter : How can I handle this permission network in ios device - flutter

I want to restart app when user click allow WLAN and Cellular in Flutter
image here
try to use permission handler but they don't have this feature
my app stuck at luncher screen when first time open app. but it's work if user clear(kill) app and open its again.
thanks u for your anwser

Related

Android Notification Not clickable in Unity

We are facing a problem in unity is, when clicked on the scheduled notification in android. The app does not open.
We have firebase messaging in the app so it uses the activity "com.google.firebase.MessagingUnityPlayerActivity".
When a scheduled notification appears and we click on them its try to open "com.unityplayer.UnityActivity" instead of "com.google.firebase.MessagingUnityPlayerActivity" maybe this is causing the app not to open.
But, when scheduled notification appears when the app is already open and we kill the app and click on the notification it perfectly try to open activity "com.google.firebase.MessagingUnityPlayerActivity" and application also opens perfectly.
Do any of you have an idea on how to work around this or a way to fix this. or is this a issue from Firebase sdk itself. Please share you ideas.
Unity 2020.3.41f1
Firebase Cloud Messaging : 10.0.1
I Have tried changing the activity name from Mobile Notification but it did not work.

How to ask for gps permission every time the flutter app opens?

I want that whenever the app is opened for use it should check gps status of the device and if it is off, it should ask for the permission and if the user clicks ok, it should enable it automatically. But it asks for the permission only once when app is installed for the 1st time. How to do it in flutter, please someone explain.

Reset ABAddressBookGetAuthorizationStatus

Im am currently developing an app that can access the user Address Book. The first time I tried the app on my device, I got the ABAddressBookGetAuthorizationStatus alert showing and working. My problem is that now I would like to debug what happens if the user denies the authorization, but, even If I delete the app from the Xcode organizer, every time I install the app again for debug, the phone remembers that I already authorized the app to access my contacts. To make things clearer, I would like to know how to reset this authorization so that I can get the alert shown again and so respond to the deny event... Any help over this would be very much appreciated!
reset it the settings app of the iphone/ipad (or mac)

How to open app on iPhone unlock

I am trying to create an app that pops up like a second password screen every time the user unlocks the phone.
User unlocks phone -> custom security app opens -> custom security app closes and pushes user to home screen
Is this possible to capture the phone unlock event and open your app?
Thanks!
Definitely not. Third-party apps don’t get that amount of control over the system.

Is it possible to start an application when a background notification is received in a locked android or ios?

I wish to send a background notification to an iphone or android locked phone. The notification will start the application. Is this possible, as I have been told by someone that it can't be done as a message dialog pops up which requires the user to press OK first?
iOS cannot launch third-party applications without the user's approval. I can't say what Android will do.