Post

Replies

Boosts

Views

Activity

Comment on How to open battery settings from my app in iOS 18 using Swift?
Sorry for the duplicate answer, it was lagging
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on How to open battery settings from my app in iOS 18 using Swift?
UIApplication.shared.open(url) { success in if success { print("Successfully opened settings: \(type)") } else { print("Failed to open settings: \(type)") } completion(success) }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on How to open battery settings from my app in iOS 18 using Swift?
Thanks, this is example code: https://gist.github.com/nqmgaming/80c4fa8827d2686409eed2d8fc87f69e
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on How to open battery settings from my app in iOS 18 using Swift?
Thank for response, this is the code example: https://gist.github.com/nqmgaming/80c4fa8827d2686409eed2d8fc87f69e
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25