Search results for

Visual Studio Maui IOS

105,652 results found

Post

Replies

Boosts

Views

Activity

CLLocation.sourceInformation.isSimulatedBySoftware not detecting third-party location spoofing tools
Summary CLLocationSourceInformation.isSimulatedBySoftware (iOS 15+) fails to detect location spoofing when using third-party tools like LocaChange, despite Apple's documentation stating it should detect simulated locations. Environment iOS 18.0 (tested and confirmed) Physical device with Developer Mode enabled Third-party location spoofing tools (e.g., LocaChange etc.) Expected Behavior According to Apple's documentation, isSimulatedBySoftware should return true when: if the system generated the location using on-device software simulation. Actual Behavior Tested on iOS 18.0: When using LocaChange sourceInformation.isSimulatedBySoftware returns false This occurs even though the location is clearly being simulated. Steps to Reproduce Enable Developer Mode on iOS 18 device Connect device to Mac via USB Use LocaChange to spoof location to a different city/country In your app, request location updates and check CLLocation.sourceInformation?.isSimulatedBySoftware Observe that i
2
0
101
1w
Reply to Apple Watch Ultra exercise app and activity rings won’t connect after charging
While it may be an issue with the app, it is absolutely an issue because of iOS 26 beta. When I posted this comment in the Apple Support Community, it was removed because it dealt with a beta level issue and was not appropriate for that forum. Any assistance would be incredibly appreciated because it continues to have this same issue since updating my watch and phone to iOS 26 beta.
1w
Report a Dynamic Island bug
Please note that after enabling the Larger Text option under Settings -> Display & Brightness -> Display Zoom, when the Dynamic Island is present, a bug occurs where the Dynamic Island blocks the signal strength icon when you repeatedly return to the home screen and open apps. I hope you can fix this bug and release an iOS 18 build. In line with what I mentioned in my previous post, please allow regular users to successfully roll back to iOS 18. The signing window for iOS 18 was closed too quickly this time—I haven’t even finished experiencing it before getting stuck on iOS 26. Moreover, iOS 26 currently has numerous bugs, and you have no reason to force users to use an unfinished system. Note that this bug still persists on iOS 26. I hope my feedback can be accurately translated by AI without ambiguity. If you have any doubts, please feel free to ask me. I really can't get used to iOS 26, so please be sure to release a system version th
0
0
60
1w
Reply to How Should a Beginner Properly Start iOS Development? Seeking Advice from Experienced Developers
I can tell you how I got into iOS development and try to answer some of your questions. I started by trying to find tutorials online, but the ones I found were either too simple or did not explain anything properly. I even bought a course at Udemy but that course also did not go into the details as much as I had hoped. I finally stumbled upon the iOS course at Stanford: https://cs193p.stanford.edu Back then it was available at iTunes U (which does not exist anymore), and included the lecture videos and the course work. I watched all the videos and, crucially, did all the course work. Doing the exercises was really essential because when you listen to the lectures it all sounds easy but when you try to do it yourself it's not so easy 😄 That course was exactly what I needed: it did not require any prior knowledge except for general programming, went into the details but explained everything. Definitely can recommend it if the videos are still made available, you will have to check. To your qu
1w
Request Apple to reopen the signature verification for iOS 18 officially.
I don't know English, so I used a translation software. Please excuse me. The verification will be closed in September this time. It's really too fast. After I experienced iOS 26, I found that I couldn't go back to iOS 18. iOS 26 still has many immature aspects. You can't trap users in an unfinished system. Look at these two images. It's easy to notice that the background blur effect in the iOS 26 control center appears cheaper compared to the background blur in iOS 18. It's a pity that the uploaded images have to be compressed, making the differences less obvious in the preview. Besides this, iOS 26 still has many imperfections. For example, when long-pressing the Wi-Fi button, the pop-up Wi-Fi options do not have the liquid glass effect. Additionally, there is a brief color issue after closing this Wi-Fi menu. I'm not sure if the previous translations fully conveyed the message, but I sincerely hope Apple can temporarily reopen the signing verification f
0
0
56
1w
Reply to Xcode build running into issues
Thanks for the post. I understand that you are encountering difficulties with your iOS build process. To assist you in troubleshooting and potentially resolving these issues, I recommend following a systematic approach: Update Xcode: Verify that Xcode is configured to utilize the most recent iOS 26 versions. Xcode 26.1 is the latest release at this time I believe. Update macOS: Ensure that macOS has also been updated to enable Xcode functionality. Examine Error Messages: Carefully review the error messages you are encountering. They can provide valuable insights into the underlying causes of the issues. Identify Specific Warnings or Errors: Look for any specific warnings or errors related to SDK mismatches, missing frameworks, or build settings. Please provide the error messages here. Please specify the simulator you are using. Please provide any specific error messages or additional context you can offer, and I will be happy to provide more targeted advice. Albert Pascual
  Worldwide Devel
1w
Reply to Widget with Core Data guidance
Yes, I do believe a widget similar to the clock widget would definitely serve my purposes. And I see that widget works on iOS 15 and 18+ which is also what I want Is there an example app that Apple has that shows how to create that list within the widget? I may need to read through more doc's to learn how to do this. Thanks so much for your answer!
1w
Navigation bar fade breaks when using .ignoresSafeArea() on inverted ScrollViews in iOS 26
I’m seeing a strange visual bug in iOS 26 when building chat-style UIs that use an inverted ScrollView or List (via .rotationEffect(.radians(.pi)) and .scaleEffect(x: -1, y: 1)) to anchor messages at the bottom. When I add .ignoresSafeArea() to let the chat bleed behind the navigation bar - the new navigation bar fade (that subtle top-to-bottom gradient Apple added in iOS 26) behaves incorrectly. Instead of fading from the top of the screen toward the nav bar, it fades upward from the bottom of the view, effectively covering the entire screen with the gradient. This only happens when the view is inverted. If I remove .ignoresSafeArea(), the fade looks correct — but then my chat no longer extends behind the nav bar. It looks like the fade effect is being applied in the transformed coordinate space of the inverted scroll view rather than in visual screen space. I haven’t found a reliable workaround besides disabling the fade (which isn’t really possible). Has anyone found a p
1
0
91
1w
xcrun altool picking the wrong bundle id
I have 2 app store connect apps: .beta This is necessary for our usecase as we are building an iOS blockchain wallet, for a chain that updates itself every ~3 months adding new features/changing. We need the communities input, and can't have them uninstalling/re-installing the production app constantly, having to re-import private keys, etc. So we use 1 app store connect app for production releases, and another for public facing long running beta, where we experiment with new features before pulling them into production. Allowing users to have both installed at the same time Last week my CI (without any changes to scripts, project, profiles, etc), started failing for the production build with the error: [altool.105176BE0] Validation failed (409) This bundle is invalid. The bundle identifier cannot be changed from the current value, '.beta'. If you want to change your bundle identifier, you will need to create a new application in App Store Connect. (ID: ae60bab4-0c01-4b2e-9ea9-91a73adccc14) Nowhere
3
0
156
1w