Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

Critical notifications sound not playing OneSignal - ios

I'm having issue that notifications sounds doesn't play, specially for critical notifications i'm using react native. i already have entitlement and approval from apple i have the sound file .wav 3 ...
Balalen's user avatar
  • 548
1 vote
1 answer
21 views

scheduled notification with flutter

I’m building a warranty-tracking app, but I’m facing a problem with scheduled notifications. When I schedule a notification and stay in the app, it works and I receive it after the set time. However, ...
Naji Hillani56's user avatar
0 votes
0 answers
10 views

How to directly navigate to Safari Extension settings from an iOS app?

I’m trying to implement a button in my iOS app that sends the user directly to: Settings → Safari → Extensions Some other apps seem to briefly open the Shortcuts app and then jump to this exact Safari ...
김윤홍's user avatar
-3 votes
0 answers
19 views

What methods or APIs are available on iOS and Android to obtain device advertising IDs for users within a defined geographic radius and timestamp? Pls [closed]

What methods or APIs are available on iOS and Android to obtain device advertising IDs for users within a defined geographic radius and timestamp?
Ponshankar Chinnasamy's user avatar
0 votes
0 answers
19 views

How to access postalCode using MKMapItem? [duplicate]

Looks like that in recent releases, Apple removed MKPlacemark, which contained postalCode, address etc. So, now on iOS 26 how can I access postal code? struct Place { let latitude: Double ...
john doe's user avatar
  • 9,764
1 vote
2 answers
36 views

How do I extend the background of child views to their parent without using GeometryReader and without affecting the natural height in SwiftUI

As you can see in the image below, I want the left (star) and right (sun) views’ backgrounds to fill their parent (HStack) without using GeometryReader or altering the HStack’s natural height. struct ...
Avii's user avatar
  • 75
0 votes
0 answers
24 views

Reloading another iOS widget's timeline from an AppIntent

I’m working with two iOS widgets (WidgetA and WidgetB) that both display the value of a flag stored in SwiftData. Each widget can update the flag by triggering an AppIntent when a button is pressed. ...
Petru Lutenco's user avatar
1 vote
1 answer
49 views

How to structure SwiftUI so that pages keep their state when switching between different UI layouts?

I have a SwiftUI view that switches between two completely different container layouts: a TabView layout (for compact width) a sidebar + content layout using HStack (for regular width). I am using a ...
Andrei Herford's user avatar
0 votes
0 answers
21 views

How to add multiple device-only xcframeworks to enable simulator run too in SwiftUI?

So, I have SwiftUI project, which is multi-modular project. All the modules are included in the form of SPM. Everything works fine until now when we are required to integrate third party sdks which ...
Abu Bäkr's user avatar
  • 343
-1 votes
0 answers
18 views

in iOS KeyboardExtension host app open containerapp success, but cant go back to host app [closed]

I've encountered a situation where I'm using a microphone in a keyboard app. When I try to use the keyboard's microphone in a host app, I need to open the container keyboard app to authorize the ...
bidm's user avatar
  • 1