10 questions from the last 1 days
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 ...
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, ...
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 ...
-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?
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
...
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 ...
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.
...
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 ...
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 ...
-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 ...