iOS Development

Playing AAC stream in AVAudioEngine

The challenge is scheduling an AAC buffer in a AVAudioPlayerNode which only consumes uncompressed linear pcm buffers. The function playAudio takes a Data() object...

Flutter image_picker – pickImage(source: ImageSource.camera) crashes on ios 17+

When using ImagePicker().pickImage(source: ImageSource.camera) the app crashes....

Javascript does wrong calculation in iOS 17.2

I just noticed that JavaScript is doing...

Flutter workmanager error Domain=BGTaskSchedulerErrorDomain Code=3 "(null)" on iOS

i'm trying to use workermanger with flutter about background service on ios. So this is my plist Now this is my AppDelegate on xcode: import...

Connecting your git repository with a remote server – Donny Wals

Published on: January 18, 2024Having a local git repository is a smart thing to do. It’s even smarter to push your local...

swift – WidgetKit iOS 17 – getCurrentConfigurations returned configuration is nil

Widget configuration is nil in returned data...

Flutter iOS Notification Image Issue

I have installed extension from following link...

Get the network interface type on button click without continuously monitoring swift iOS

You can use async/await so you can cancel once you have a result. /// Queries `NWPathMonitor` for the `usesInterfaceType`. /// Supported types are `NWInterface.InterfaceType.other, .cellular,...

Latest articles