I have an app that uses a Share Extension that allows the user to share videos, from Files and Photos etc., the video URL and some related data is then persisted with SwiftData and synchronized with CloudKit. This code has worked consistently for a long time although recently, with iOS 26 and recent builds of iOS 18, I have observed that the video is either not saved to SwiftData (iOS 26.0), or available locally when the app is opened on the same device where the share occurred, but not synchronized to other devices (iOS 18.7 and iOS 26.1 beta). Assuming the video is opened locally after being shared into the app, it is typically synchronized with CloudKit to other devices although it's not as reliable as it should be. Is there a reliable approach in the Share Extension to ensure that the data is saved to the local SwiftData database and then synchronized with CloudKit. I suspect it could be that the lifetime of the Share Extension has become even more constrained
Search results for
Visual Studio Maui IOS
105,642 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We have a UICollectionView whose cells have custom context menu highlight previews. In the delegate method collectionView(_:contextMenuConfiguration:highlightPreviewForItemAt:), we build a UITargetedPreview whose custom view contains some action buttons. Up until iOS 18, our setup has been working perfectly. But since iOS 26, the custom view is not responding to touches. When the user taps one of its buttons, the context menu gets dismissed as if the touch was outside of the custom view. Is there any UICollectionView-related API change in version 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 to provide the support team more information about what version of iOS did you update to. Albert Pascual
Worldwide Developer Relations.
Topic:
Media Technologies
SubTopic:
Audio
Tags:
Hello, I'm exploring the new SwiftUI WebView and WebPage APIs introduced in iOS 26, and I have a question about configuring media playback behavior. In our app, we currently use WKWebView with the mediaTypesRequiringUserActionForPlayback property set to [] (or WKAudiovisualMediaTypeNone) to allow HTML videos with an autoplay attribute to play automatically without requiring user interaction. This property is part of WKWebViewConfiguration and controls which media types require a user gesture to begin playing. According to the official documentation (WKWebViewConfiguration.mediaTypesRequiringUserActionForPlayback), this allows us to support video content that needs to autoplay for our specific use case. With the new iOS 26 WebView and WebPage APIs, I haven't been able to find a way to configure this behavior. Looking through the available configuration options, there doesn't appear to be an equivalent setting. My questions are: Has the default behavior changed for the new SwiftUI WebView? Doe
Hello, I'm exploring the new SwiftUI WebView and WebPage APIs introduced in iOS 26, and I have a question about configuring JavaScript window opening behavior. In our app, we currently use WKWebView with the javaScriptCanOpenWindowsAutomatically property set to true to support a specific use case. This property is part of WKPreferences and controls whether JavaScript can open windows without user interaction. According to the official documentation (WKPreferences.javaScriptCanOpenWindowsAutomatically), this property defaults to false on iOS and true on macOS. With the new iOS 26 WebView and WebPage APIs, I haven't been able to find a way to configure this behavior. Looking through the available configuration options, there doesn't appear to be an equivalent setting. My questions are: Has the default behavior changed for the new SwiftUI WebView? Does it now allow JavaScript to open windows automatically by default on iOS? If not, is there a way to configure this behavior tha
So we have an iOS app with a companion watchOS app in the project, both sharing some basic UI components we’ve created. It is possible to use UIDesignRequiresCompatibility on iOS to opt-out temporarily from transition to Liquid Glass (our design and components need to adapt). The unavailability to opt-out on watchOS may result in design inconsistency in our application between platforms. Thank you for confirmation though. We’ll have to find another solution.
Hi, Since iOS 26 (and any other apple system with a 26 version) there is a very weird behavior in the whole apple ecosystem (iOS, iPadOS, macOS and visionOS). I'm self-hosting a web project called mempool (https://github.com/Retropex/mempool). This project is entirely self-hosted on my own infrastructure, so I have advanced control to be sure it's just not an anti-DDoS feature that makes the bug happen. So the bug is once I visit my website, for example this page (https://mempool.guide/tx/d86192252a6631831e55f814aea901e65407b6dbda77e1abdea8ec27861e9682) the OS will lose the ability to connect to the underlying IP of the domain (mempool.guide) but the issue seems to affect only the HTTPS/HTTP port (443/80). The issue is system wide, not only is Safari. For exemple I have another domain that resolve to the same IP (haf.ovh) and if this link above trigger the bug then I will also lose the ability to connect to https://haf.ovh A temporary fix that I have is that if I turn off wifi/cellular then
While updating our test devices to iOS 26, we noticed that the connection between devices are flaky. Often when connecting to a Peer from a device running iOS 26 we can observe the invite coming through and when accepting said invite, both ends going to .connecting state and a while later going back to .notConnected within the peer(_ peerID: MCPeerID, didChange state: MCSessionState) function. This happens regularly and retrying the invitation process several times usually resolves it. Do anyone have any information or guidance on how to resolve this issue?
SKAN4.0の場合、インストール・再インストールにsafari以外のブラウザからのインストール・再インストールは含まれますでしょうか? SKANのクリックスルーは3日間、ビュースルーは1日間でお間違いないでしょうか? SearchAds以外のios計測・評価に関して弊社内にて模索中でして、SKANのインストール欠損可能性について調査をしております。
Topic:
App Store Distribution & Marketing
SubTopic:
General
This bug is still existing with iOS 26.
Topic:
Media Technologies
SubTopic:
Photos & Camera
Tags:
Everything is working fine again with iOS 26.1 Beta 2 (23B5059e) :)
Topic:
Safari & Web
SubTopic:
General
Tags:
Hi there, Thanks for the quick reply. I will make the bug report as requested. However, i can assure you i have no proxy or VPN active, i have tested it on 4 different networks (2 with 4G / 5G) and 2 normal wifi. Since the link you mention is for Notifications for iOS, is it fine to follow it for MacOS push notifications ? The bug is only on MacOS devices, not iOS (it works fine there). Thanks for your help, i will share the Feedback ID here after your confirmation and the bug report creation.
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
lets say i am in developer beta 26.1 beta 2 ios , i found i cant download the same version public beta 2 because they have the same build number. if so am i be missing some bug fix happened between the same build number developer and public beta release (i.e. 26.1 beta 2)?
Topic:
Community
SubTopic:
Apple Developers
Hi there - I have an Issue everytime an app uses the Frontcamera, it crushes. I tried all the basic steps to help such as newstart of the phone, newest updates of the apps, reset all settings etc. nothing helps. I am now in IOS 26.1. Any Ideas?
Topic:
App & System Services
SubTopic:
General
I have a workflow where I want to specifically run some tests in the iOS 18 simulator. All while using Xcode 26 on Xcode Cloud. In my Xcode Cloud workflow I can set the iOS version, but just iOS 16, 17 and 26, but no 18? I'm very confused here Not sure which is the right channel anyway to request support to Xcode Cloud too