Search results for

İOS 26 beta battery %1

250,975 results found

Post

Replies

Boosts

Views

Activity

is fusion drive stopped being supported in tahoe
Hi, my fusion drive is not recognized with the latest tahoe developer beta. is it official or it's a bug ? it works when I reboot into previous verion of macOS. APFS Containers (6 found) | +-- Container disk3 AD9B43A5-66E7-4696-8183-8FD75230DAD2 | ==================================================== | APFS Container Reference: disk3 | Size (Capacity Ceiling): 994662584320 B (994.7 GB) | Capacity In Use By Volumes: 899491840000 B (899.5 GB) (90.4% used) | Capacity Not Allocated: 95170744320 B (95.2 GB) (9.6% free) | | | +-< Physical Store disk0s2 8183A70B-64A7-434E-85A4-5FA40F692BC9 | | ----------------------------------------------------------- | | APFS Physical Store Disk: disk0s2 | | Size: 994662584320 B (994.7 GB) | | | +-> Volume disk3s1 295CC2B7-EFA6-4706-8A6F-4C8FDC455857 | | --------------------------------------------------- | | APFS Volume Disk (Role): disk3s1 (System) | | Name: Macintosh HD (Case-insensitive) | | Mount Point: Not Mounted | | Capacity Consumed: 12576616448 B (12.6 GB)
2
0
311
1w
App Review – How to Validate Referral Feature with Third-Party Consent (Guideline 5.1.2)
Hello everyone, I’m developing an app for our insurance franchise network called Avantar Indica. The core functionality of the app is to allow a user (after being affiliated to one of our units) to refer friends or family members so that the franchise unit can contact them and offer our services. During App Review, the app was rejected under Guideline 5.1.2 – Privacy – Data Collection and Storage, since the app currently collects name and phone number of third-party contacts without their explicit consent. I completely understand Apple’s concern and would like to adapt the functionality in order to make it compliant with the App Store Guidelines. 👉 New proposed flow: When a user selects a contact to refer, no personal data is stored immediately. Instead, the app will send an email or SMS invitation to the referred person, informing them that they have been invited by [User’s Name]. The referred person will be able to accept or decline the referral. Only if the referred person explicitly accepts will
1
0
126
1w
How to match App Store Connect UI for “Installations” & “First-time downloads” from Analytics Reports (dedupe/versioning guidance?)
We fetch the App Store Analytics – App Installs & Deletions (Daily) report via the Analytics Reports API and land each delivery into S3. The rows we ingest contain fields like Date, Event, Download Type, Counts, and Unique Devices. We’re trying to compute for example Installations and First-time downloads so our warehouse totals match the App Store Connect UI exactly, but our counts are consistently higher when we aggregate (with filter conditions being the same). Questions: (1) Official dedupe/versioning approach: What's the recommended approach to avoid double counting across API deliveries and to match the UI exactly? If later deliveries can revise past dates, what field(s) or process should we rely on to decide which records to keep for a given Date? (2) Completeness window: For daily data, is the recommended approach to publish rolling values that may change for a few days, or waiting until dates are considered “complete” before reporting? Any best-practice guidance would be helpful. Thanks!
0
0
96
1w
Is there a way to disable NFC on iPhones?
I have some logic which requires NFC support on the device. This is what I'm using to make sure that it's available: isNFCMissing = !NFCNDEFReaderSession.readingAvailable && !NFCTagReaderSession.readingAvailable && !NFCVASReaderSession.readingAvailable Is it possible for isNFCMissing to be true even if the device has an NFC chip. The minimum iOS version for the application is 16 which is only supported on devices with an NFC chip to begin with.
2
0
144
1w
CallKit answer screen video button
Hello, currently working on messenger with audio/video calls feature. Have found strange behavior, on some devices after accepting call via Lock Screen video button appears to be disabled. Tested on wwdc Speakerbox sample, same code iPhone 15 Pro (iOS 17.4.1) - video button disabled iPhone 14 (iOS 17.6.1) - video button active Here is my, configuration with supportVideo activated static let providerConfiguration: CXProviderConfiguration = { let configuration = CXProviderConfiguration() configuration.supportsVideo = true configuration.maximumCallGroups = 1 configuration.maximumCallsPerCallGroup = 1 configuration.supportedHandleTypes = [.generic] return configuration }() What can be the reason of this behavior? Thanks
1
0
53
1w
Reply to Speech Recognition Problem in iOS 18.0
Finally, there's a good news: in iOS 26 RC the problem - Speech Recognition in custom implementation - appears to be fixed! No more disappearing of the transcribed text after a pause. At least in my tests/trials of this functionality, it works as it did before upgrading to iOS 18. Thank you, Apple!
Topic: App & System Services SubTopic: General Tags:
1w
Implementation of IAP -> Trial Period to Purchase Product
I would like to know if it is allowed to offer the user to either unlock the app immediately or partake in a 3-day trial period before making a purchase. I created 2 IAP non-consumable products; 1 for the immediate [which is at a discount] and for the after trial period ends [this is at a higher cost]. Is this something that Apple allows or is frowned upon?
0
0
33
1w
Reply to Strange Liquid Glass elements tinting
Thank you for the post and providing a comprehensive description of the issue including the images. To facilitate the filing of a bug report, could you kindly provide the following information? Xcode version with the beta number you are currently using.. A simple code snippet or better project showing the issue. Do you get the same results with just the relevant code in a small test project? If so, please share a link to your test project. That'll help us better understand what's going on. If you're not familiar with preparing a test project, take a look at Creating a test project. Once I am able to reproduce the issue, I will guide you through the process of creating a bug report so that we can resolve it promptly. However, it is imperative that you are currently using the latest beta version of the software, and we should thoroughly examine the code to identify the root cause of the problem. Albert Pascual
  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
1w
Reply to Performing consecutive GATT operations on iOS
Hey Argun, thank you very much for clarifying on this matter. I really appreciate it. For the sake of completeness, I just want to provide a few more details to wrap up this thread. Indeed, I was referring to the 'write with response' case. Also, I interpret your message in such way that you are basically confirming my original suspicion: If a latter write does not await the callback of previous one, then I depend on implementation-specific behavior that might be subject to (code) modification, scheduling/timing, the general system state, etc. I am aware of that the Bluetooth specification provides corresponding information. However, I feel like Core Bluetooth seems to introduce at least some kind of abstraction in certain situations. For example, when comparing iOS's approach of subscribing to GATT characteristic values, i.e., CBPeripheral.setNotifyValue(...), with Android's approach, the one of Android feels much closer to the underlying GATT specification. Due to such design deci
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to Extend of notification content
To expand a notification fully to show what is called the long-look including any action buttons, you need to tap and hold the notification. This is not new to iOS 26 and has worked like this for a long time. Just tapping the notification does not engage your app for customization of the long-look interface either, and tap and hold is the user action required for all this.
1w
Seeking Guidance: Car Play App Rejected.
Hello Apple Community, I'm seeking guidance on a Car Play app rejection from the apple team. My mobile-only app was approved, but the version that includes the Car play app is consistently being rejected, and I'm trying to understand the reasons for the same. I'm hoping to get insights from developers who have successfully published Car Play apps, especially those involving voice interaction. About the App My ios app is an AI-powered voice agent for drivers, designed to provide a hands-free, conversational experience. The app's features include: Information & Navigation Live weather updates. Turn-by-turn navigation for single or multiple destinations, which opens Google Maps. Real-time data lookups (flight status, stock prices, news, sports scores). Media & Entertainment Playing songs via Spotify and YouTube Music. Productivity Setting time-based reminders. Making phone calls. Vehicle Integration Remote commands for the vehicle (e.g., lock the doors, open the trunk). Accessing vehicle data (f
1
0
73
1w
Extend of notification content
In iOS 26, I can check the notification that arrives to the user when the AirPods or Apple Watch is fully charged. When tap the notification, notification only expands and does not include actions such as moving to an app. I checked the documents of UserNotification and UNNotificationServiceExtension, but I couldn't find what I wanted. I can expand by long-tapping as default, but I'm looking for a way to expand it without entering the app when I tap the notification. I wonder if there is an API that I missed or if it's not publicly supported. thank you for your support.
2
0
79
1w
iOS 26 UIBarButtonItem badge
I'm using the new badge feature for UIBarButtonItem, but it's not working properly for me when transitioning between view controllers. I have two view controller with various right bar button items. In the first view controller the first button (the one with the bell) has a badge with a numeric count. The second view controller has the same button but in the third position. When I push the second view controller, it seems that the badge maintains also the old position, so I see two buttons with badges instead of one. What can I do to fix this?
Topic: Design SubTopic: General Tags:
0
0
619
1w