I am new at mobile development and Xamarin, trying to publish my first iOS app but, Apple rejected my app due to this crash log : OS Version: iPhone OS
I've been following this blog for getting started with MAUI on macOS. https://dev.to/davidortinau/installing-net-maui-on-macos-4mmc I have everything set up as
I need to add DeepLinking to my React Native app, and as mentioned in docs I need to add the method above @and. // Add this above `@end`: - (BOOL)application:(U
I am trying to add a constraint to a tableview I created and added to view programatically. I want to constraint it based on a UITextField which is an IBOutlet.
I am currently enrolled in an iOS App Development Project. But I do not have an Apple device. My laptop is also not supporting virtual machine. So, can I develo
TLDR; I want to get locations outside the main thread using a different function but I am receiving delays. In details: I'm performing a GET request. later on I
I have been trying to implement the Plugin.InAppBilling NuGet package for the last weeks and trying to run the "Get Product Details" example from the documentat
I'm trying to open another controller by tapping on the cell of my tableView. I'm coding with MVVM and Coordinator pattern. In the beginning we see this screen
I've been searching a lot, but didn't find the same problem as my on StackOverflow or anywhere else. Setup Info.plist ViewControllerBasedStatusBar set to YES St
currently I only see the google fit support library on android, is there any library that supports connect google fit on react native ios?
I am trying to overlap two circles in SwiftUI and have a margin between them. I am presently using this method: ZStack { Circle() .frame(width: 60,
A colleague has given me a Flutter project to try to build the app in iOS (I use a Mac, we both use Android Studio). Everything is ok except for this error:
How can you add a view modifier to a view when it's only available on iOS 14 but your app is available for iOS 13? For an example, textCase(_). Section headers
Prior to swift 3, i used to use for example: let path = self.tableView.indexPathForSelectedRow if (path != NSNotFound) { //do something } But now, since i u
My flutter app is working properly in iOS Simulator. I have added fluttertoast by: Adding it on pubspec.yaml dependencies: flutter: sdk: flutter cupertino_icons
I intercept messages as follows: FirebaseMessaging.onMessage.listen((RemoteMessage message) async { print('Message data: ${message.data}'); }); I send mes
I'm in the process of coding a sticky notification bar seated at the bottom of a mobile screen. I want the bar to be stuck at the bottom of the users screen unt
Since I updated my test device to 10.3.1 I see an unusual unreliable behavior of CoreLocation updates. Background updates worked fine, but now I do see several
I want to do this below concept in my project: I just created one small custom popup using UIViewController, this custom popup containing one message label and
I want to do this below concept in my project: I just created one small custom popup using UIViewController, this custom popup containing one message label and