All Questions
115 questions
0
votes
1
answer
80
views
Flutter IOS Custom Sound Not Working in Flutter Local Notifications with Firebase
I'm using Firebase Cloud Messaging (FCM) to send push notifications and Flutter Local Notifications to display them. I want to use a custom sound for notifications.
I added the sound as m4a in runner
...
0
votes
1
answer
35
views
iOS app local storage persistency when updating app (Xamarin -> Flutter)
Currently in our published version of iOS app (built in Xamarin.Forms) we are storing some local data (settings etc.) as json and other files in the device. We are planning to do a major update when ...
0
votes
0
answers
69
views
SwiftUI: How to
I am trying to upload a video to firebase Storage, to be able to do that I have to get the following:
let localFile = URL(string: "path/to/video")!
and then upload it with:
let uploadTask = ...
1
vote
0
answers
242
views
IOS Local Rich notification with image attachment: Avoid expanded
I am working with local notifications on iOS (UserNotifications).
I attach an image in the content of the notification.
What I want to do is that the image does not show expanded on push (I need it to ...
0
votes
1
answer
251
views
Local notification cancel for particular time period
I want to fire local notification on a particular time based just liked water notification.
Like user can set wake up time & go to bed time n drink water notification for every 2 hours so how can ...
1
vote
0
answers
125
views
Mirror Local Data Store - iOS Swift
So this might not be the best code specific question but I am just looking for some advice to achieve my desired set-up.
Im building a POS system for a local restaurant that has a requirement of being ...
0
votes
1
answer
686
views
WKWebView intercept local file requests
I have a WKWebView in my iOS 11+ app where I need to load custom HTML from local in-memory HTML. I can accomplish this by using webView.loadHTMLString or webview.load(data), which is working fine.
...
1
vote
1
answer
774
views
Schedule Local notification on Remote Notification
In our project, we want to changed a title and body of Remote Notification . In that we generate a Local Notification and Display a local notification with changed a title and body and hide push ...
1
vote
2
answers
2k
views
iOS - Trigger Notification Service Extension through Local Push Notification?
Is it possible to trigger Notification Service Extension through Local Push Notification?
My code snippet
UNUserNotificationCenter.current().removeAllPendingNotificationRequests()
let content = ...
0
votes
3
answers
64
views
How to schedule and repeat local notification
I'm trying to make an application to help quitting smoking,
I need the user to enter his first cigarette time, and the time between each cigarette , and finally the added time to increase time ...
1
vote
2
answers
2k
views
Access Windows/Mac Shared Folder Locally With smb from iOS
I am trying to build an app where I am able to access(read/write) windows/mac shared folders in my local network with swift.
Is there any possible way to do that with swift?
There is an App in the ...
1
vote
2
answers
141
views
How to implement scheduled local notification
I have this code below to test how local notification works every hour. But im not getting anything.
Also, is there a way to send different local notifications messages in different times? and im ...
0
votes
0
answers
315
views
Send local notification when AVAudioSession route changes - Swift
I am trying to send a local notification when the AVAudioSession route changes.
There is an NSNotification called routeChangeNotification. I was able to set that up to send a notification but it only ...
1
vote
1
answer
348
views
How to set UNNotificationRequest's custom repeat interval?
I'm implementing a custom recurrence reminder like default Reminder App. Here I don't to how to set the repeat interval like Trigger on every Nth day/week/month/year i.e., Trigger notification on ...
1
vote
0
answers
436
views
sap.m.pdfViewer not working properly in iPhone
sap.m.pdfViewer is working fine for displaying local PDF file in Android device. In iPhone it opens up PDF file and when the user taps on "Done" , the app freezes.
Below image is taken from XCODE ...