Issue When I want to run my flutter application on the real iOS device, I get this error. I know, 2 weeks ago it worked nicely, but in this 2 weeks I developed lots of feature, and lastly permission handler
Continue readingTag: ios
Flutter iOS app version and build number not updating when Archiving in xCode
Issue When I archive my iOS app in xCode for uploading to the Apple appstore it stopped gettign the right version number and build number: My pubspec.yaml has the right numbers: version: 1.0.9+11 And it looks right in xCode but
Continue readingFlutter iOS – Cannot archive project via xCode after add Notification Extension Service
Issue I added Notification Extension Service for push notification image purpose. It can running on read device as expected but when I tried to archive it, some errors appears, look like the following : The error message : Could not
Continue readingis it possible to find the flutter ios build ipa file when using xcode 14.1
Issue I am using xcode 14.1 to build the flutter app, but I could not found the ipa files from the folder. where should I found the ipa file? I have tried to find the ios ipa file from the
Continue readingThe argument type 'Future<Null> Function(String)' can't be assigned to the parameter type 'void Function(NotificationResponse)'
Issue Didn’t think that I’ll be asking for help on stackoverflow but yeah, I’m stuck… So after the updating of flutter_local_notifications , I’ve change the method to Darwin and after that I can’t build the app because of an error
Continue readingInstall iOS apps using adhoc without plugging the iOS Device on Mac computers
Issue I am currently working on a private iOS app, and was asked to distribute it to only a handful of people without publishing to app store. I know about ad hoc and already created provisioning profile and all the
Continue readingHow to get location every 10 sec using flutter
Issue I am very new to flutter. I have to make an app that send the device location every 10 seconds, even if app is minimised and gets killed by the user. After that data i have to make a
Continue readingWhat is a diff between Cache (Normalized, HTTP) and Persisted queries (Apollo)?
Issue An android app uses GraphQL (Apollo), this app has a Normalized cache, in order to reduce the number of queries to the backend. However, I see there is also APQ (Automatic Persisted Queries), as far as I understand it
Continue readingHow to add only new items to array ReactNative
Issue I’m working with Bluetooth in my ReactNative app. I’m trying to create UI for discovered devices. For working with BT I use library react-native-ble-plx and method: startDeviceScan( UUIDs: UUID[] | null, options: ScanOptions | null, listener: (error: BleError |
Continue readingGetting Text Selection from Other Apps to My App
Issue I am learning React Native by building a project and using Expo. I am trying to show my app in the context menu whenever the text is selected in other apps i.e browser, messaging, etc. On tapping my app,
Continue reading