Search results for

Visual Studio Maui IOS

105,637 results found

Post

Replies

Boosts

Views

Activity

iOS26 background lock screen Blood glucose monitoring Bluetooth low energy disconnect sleep
First, our app communicates with our blood glucose monitor (CGM) using Bluetooth Low Energy (BLE). On an iPhone 14 Pro with iOS 26.0.1, Bluetooth communication works properly even when the app is in the background and locked. Even if the phone and CGM are disconnected, the app continues to scan in the background and reconnects when the phone and CGM are back in close proximity. It won't be dormant in the background or when the screen is locked. This effectively ensures that diabetic users can monitor their blood glucose levels in real time. However, after using iOS 26.0.1 on the iPhone 17, we've received user feedback about frequent disconnections in the background. Our logs indicate that Bluetooth communication is easily disconnected when switching to the background, and then easily dormant by the system, especially when the user's screen is locked. This situation significantly impacts users' blood glucose monitoring, and users are unacceptable. What can be done?
1
0
87
1d
Reply to URL Scheme For Apple Developer App
Thank you for the response. To clarify — we are trying to open the Apple Developer app (the official one from Apple — https://apps.apple.com/app/apple-developer/id640199958 ) from within our iOS app. Just like how we can open the Settings app using: if let url = URL(string: UIApplication.openSettingsURLString) { UIApplication.shared.open(url) } —we’d like to know if there’s any public option, URL scheme, or Universal Link available to open the Apple Developer app in a similar way. We have tried using UIApplication.shared.open() with possible URLs like appledeveloper:// and https://developer.apple.com/, but neither seems to open the app. Could you please confirm if there’s any supported way to launch the Apple Developer app programmatically, or if it’s not currently possible? Thank you!
1d
iOS 26.1 beta: third-party Broadcast Extension sessions doesnt work after 3 s, then picker frozen
It's a Broadcast Extension issue: on iOS 26.1 beta the extension never launches—after you tap “Start Broadcast” in the system picker the countdown disappears after 3 s and no broadcast starts, so every live-streaming app(and all other non-system apps that use Broadcast Extension) fails to go live (only the native Photos screen recording still works). Is this a known regression or is a new entitlement required?
0
0
50
1d
watchOS 26.0.2 / iOS 26.0.1 + Workout Session Mirroring Failure
Hi, I have a workout app in the App Store which mirrors workout data between the phone and watch. Since iOS 26.x I've been having issues and received reports of the mirroring no longer working. Users in iOS 18 have no problems with this functionality. Bug description: A workout session is started from the phone app and starts mirroring to the watch companion device. The watch starts the workout session and then the mirroring session is disconnected / lost. Sending data to the companion device fails and ending the session on the phone doesn't end the session on the watch...essentially they become completely disconnected. Please note I am testing this on physical devices...not simulators. As a sanity check I've also tried the Building a multidevice workout app sample code and it has the same problem. To re-create on the sample app, I start a workout from the phone, the watch workout starts and then the mirroring session seems to disconnect and is unable to send data. This is the log from the B
3
0
79
1d
Impossible to connect iPhone 7 (iOS 15.8) with xCode 26
I have spent nearly an hour trying to get my iPhone 7 with iOS 15.8 to be recognized within xCode 26. I did not have this issue with the previous version of xCode. I have tried rebooting my Mac, rebooting my iPhone 7, removing the iPhone 7 from the list of devices that belong to my account, verified that I have support files for iOS 15.8 installed, signing out of my Apple account and signing back in....nothing works. Every time I go to Windows > Devices I see the iPhone 7, but I get a never-ending spinning circle next to the iPhone 7 (which is shown as connected) along with a banner that says xCode will continue when Joe's iPhone 7 is finished. I can leave the phone connected to my Mac for an hour, and this message and the spinning circle next to the iPhone 7 never changes.
2
0
77
1d
IOS Development Certificates are being created under the incorrect Team ID
I am experiencing a critical issue with the IOS Development Portal where certificates are being created under the incorrect Team ID despite being logged into the correct team context. in the Portal also in Xcode. I am logged into the Apple Developer Portal under Company LLC (Team ID: 12345678) However, when creating Apple Development certificates through the portal, they are being assigned Team ID 987654321 (my personal developer account) This occurs even when explicitly creating certificates from within the Company LLC team context. Also the same if i create the IOS Development in Xcode as well. This is preventing me from Archive my app in Xcode so i can upload the new version in the App Store. Please Help. Thank you in advance.
0
0
19
2d
IOS Development Certificates are being created under the incorrect Team ID
I am experiencing a critical issue with the Apple Developer Portal where certificates are being created under the incorrect Team ID despite being logged into the correct team context. I am logged into the Apple Developer Portal under Company LLC (Team ID: 12345678) However, when creating Apple Development certificates through the portal, they are being assigned Team ID 987654321 (my personal developer account) This occurs even when explicitly creating certificates from within the Company LLC team context. The same is happening if I tried to create the IOS Development Certificate in Xcode, same issue, creates the certificate with the wrong Team ID This is preventing me from Archive my app in Xcode so i can upload the new version of my App in the App Store. Please Help. Thank you in advance
0
0
57
2d
Reply to Push Notification Gets Removed From Notification Screen When Setting "badge" to 0
Same here, same issue on ios 18.3 and 18.5 I've been trying to work around it by setting badge to 1 for those messages, or debouncing them if clearing notification behavior is ok. Part of problem is that the badge clearing response from OS blocks notifications for a moment, so it even wipes out any updates to that notification. This is happening in local notifications. Don't know yet if ios 26 is similar. I was about to try badge nil tomorrow, so I'll refactor and retest.
2d
Reply to Unable to upload an app with ExtensionFoundation
Thank you for your answer. So, having talked to App Review about this, the basic answer I have currently is that we don't currently support 3rd-party App Extensions on the iOS App Store. The framework itself is built to work across all of our platforms and is public (which is why new functionality is added that's available on iOS), however, the App Store policy has not changed. If you haven't already, I'd appreciate you filing a bug on this and then posting the bug number back here. It sounds like you're trying to create extensions that are specifically for your apps’ usage, and that's a distinct use case that we need to more actively consider. Clarifying a few details, I think the difference here is basically a quirk caused by slightly different handling paths: The only difference I could see is that sometimes it would fail when uploading (I would get the error message inside Xcode) and other times it would fail after uploading: I would get a kind e-mail from AppStore Connect, stating: For
Topic: App & System Services SubTopic: General Tags:
2d
Reply to Getting Incoming call from blocked Number in iOS 26 onwards
Thanks for the post. You are receiving phone calls from blocked numbers in iOS 26? We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature and is better suited for the Apple Support Communities https://discussions.apple.com/welcome I would recommend contacting them to help you on that feature as should be working well in iOS 26. Thanks, Albert Pascual
  Worldwide Developer Relations.
Topic: Programming Languages SubTopic: Swift Tags:
2d
Reply to ABM API Problems with C# and PEM file
Thanks for the post! You should check with the support resources provided by the 3rd party to get assistance with their software as it seems like your are using MAUI or Xamarin? Unless another developer in the forums has experience with the third-party and can provide assistance. Albert Pascual
  Worldwide Developer Relations.
2d
Attach a debugger to app launched via `devicectrl`
With the latest (26) version of Apple's developer tools, is there a way to manually attach a debugger (other than lldb) to an iOS app launched with devicectl device process launch --start-stopped? In the past, this was possible via the ios-deploy third-party tool (now defunct), which provided a debugserver port. This information is notably missing when using devicectrl – although the process ID of the launch process is provided, and the tool is clearly aimed at letting you launch and attach to processes from the command line. lldb can, of course, attach via its built-in support for this using the device set of commands. But I'm explicitly looking for a way to attach my own debugger via the GDB-compatible debug proxy.
1
0
51
2d
App rejected because malfunctional Apple SignIn but cannot be reprodeced
Hi everyone, Our recent app update was rejected under Guideline 2.1 – App Completeness, with the note: “The app was unresponsive when we tapped on Sign in with Apple.” Device: iPad Air (5th generation) OS: iPadOS 26.1 However, we’ve tested this thoroughly and can’t reproduce the problem at all. Here’s what we’ve done so far: Tested both on simulator and real devices (iPhone and iPad). Tried combinations of: Logged in / not logged in to iCloud Apple ID linked / not linked to our app In all cases, Sign in with Apple works as intended — no freezing or unresponsiveness. We also recorded videos showing successful sign-in on simulator (iPad Air, iOS 26) and iPhone 13 mini simulator: We replied to App Review asking whether they were using a simulator (since “Sign in with Apple” often fails there unless the test Apple ID is properly set up). We also provided steps and links explaining that you need to: Create a test account with a real email. Sign in at iCloud.com, and complete security setup / agree to term
1
0
98
2d