Search results for

“iPhone 16 pro”

80,570 results found

Post

Replies

Boosts

Views

Activity

Banking App gives Jailbreak warning
Hi Community I‘m having a strange issue. Let‘s tell the whole story. I had an iPhone 14 Pro Max and used normally my Swiss banking app „Postfinance“. When iOS 17 was released, I decides to load the beta version of it. After that my banking app didn‘t work anymore and always claimed the iPhone to be jailbroken. I then switched off the beta , but still the same issue. Now i switched to the iPhone 16 Pro Max and still do have the same issue with a completely new device. For sure I transfered my data but this issue should be gone in my opinion. I also tried to contact my bank. They say on their side everything is working fine with the iOS app. Any idea guys? Is there anything I can „reset“ somewhere? Best Fabian
5
0
4.8k
Sep ’24
Reply to Slow rendering List backed by SwiftData @Query
So, my final question is: If the fetch to the database is pretty much instant, and List only loads the cells that are visible on-screen, why there's such a massive hang? The time shown as sql connection fetch time in the SQLDebug log is the time Core Data uses to run the SQL statement, which is quite different from the time SwiftData uses to retrieve the data from the data store to the item array. To show the difference, I tweaked your code in the following way: struct DemoListView: View { @Binding var selectedMenu: Menu? @Query private var items: [Item] var itemsWithLog: [Item] { let startTime = Date.now let tempItems = items print(Time taken to fetch: (Date.now.timeIntervalSince(startTime))) return tempItems } init(selectedMenu: Binding) { self._selectedMenu = selectedMenu self._items = Query(filter: selectedMenu.wrappedValue?.predicate) } var body: some View { List(itemsWithLog) { item in ListRowView(item: item) } .navigationTitle(selectedMenu?.rawValue ?? N/A) } } With this, when running your app on my iPhone 16
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’24
iOS 16 beta issue with iPhone 14
I recently upgraded my phone from an X to a 14. My previous phone had iOS public beta 16.4 I believe. When I activated my new phone, it asked me if I wanted to install the beta and I had selected yes. I do not have a iOS beta profile in my VPN section now. I’m having issues with Messenger and FaceTime not activating my phone number. I am not able to send a message to android users. this is on my new phone,iPhone 14. I was asked to remove the beta by Apple support. Since there is no beta profile on my phone, I cannot remove it. What are my options?
0
0
324
Feb ’23
Camera Module Parameters of iPhone 12 Pro
I want to know about the sensor parameters of iPhone 12 Pro rear cameras(Main, Telephoto and ultrawide). Parameters such as the datasheets of image sensors used in it or else the accurate pixel dimensions and accurate focal length of the cameras. It will be so helpful for me if I get those. Thank You.
0
0
863
Jan ’22
Unable to Capture 24MP Photos
Hello, I'm wondering how to capture 24MP photos. I'm currently testing on an iPhone 16 Pro Max. By default, the device's activeFormat supports 24MP (photo dimensions: {4032x3024, 5712x4284}). For the photoOutput, I'm setting the maxPhotoDimensions to videoDevice.activeFormat.supportedMaxPhotoDimensions.lastObject, and setting MaxPhotoQualityPrioritization to quality. When capturing, I'm applying the same maxPhotoDimensions and photoQualityPrioritization settings from the photoOutput directly to the AVCapturePhotoSettings. What could be the issue? // Objective-C // setup [self.photoOutput setMaxPhotoQualityPrioritization:AVCapturePhotoQualityPrioritizationQuality]; CMVideoDimensions maxPhotoDimensions = [(NSValue *)videoDevice.activeFormat.supportedMaxPhotoDimensions.lastObject CMVideoDimensionsValue]; [self.photoOutput setMaxPhotoDimensions:maxPhotoDimensions]; // capturing AVCapturePhotoSettings *photoSettings = [AVCapturePhotoSettings photoSettings]; photoSettings.maxPhotoDimensions = self
2
0
1k
Jan ’25
Scan feature on Iphone 16 or ios18.2
I use the scan feature notes frequently. Steps were: open app click paperclick click scan documents scan save then I share to my email. click mail icon on then I would normally be given a size to choose from small, medium or large it would ask about the subject which I always let blank. With my new phone/updated ios I am given an option to to mail drop or attach document. I have done both and my document size is large. I need to minimize to 25% to fit on computer screen. I spoke to apple support. How do I fix this?
1
0
657
Dec ’24
The app packaged with the enterprise certificate on the iPhone 16 crashes.
The original text is in Chinese, and below is the content translated using OpenAI. 問題描述: 因為一些因素,所以公司申請了兩個企業憑證,其中Entity Name一樣,但Team ID不一樣。現在發現iPhone16系列裝置的使用者,無法同時使用兩個憑證打包出來的APP,不是都會閃退就是其中一個會閃退。 重現問題的逐步說明: 測試的情況有兩種: 從iPhone16之前的裝置轉移資料到iPhone16,這兩個APP打開都會閃退 直接在iPhone16安裝這兩個APP,則第一個安裝的APP可以正常使用,第二個安裝的APP會閃退。如果想要切換能使用的APP,需要到 一般-VPN與裝置管理-INNOLUX CORPORATION ,點擊”刪除App”,然後更換安裝順序。 如果是舊裝置升級到iOS 18,則不會有該問題 期望的結果: 兩個APP都能正常使用 實際看到的結果: 如果是舊裝置移轉資料到iPhone16,則都會閃退:如果是直接在iPhone16安裝這兩個APP,則第一個安裝的APP可以正常使用,第二個安裝的APP會閃退。 OpenAI Translation: Problem Description: Due to certain factors, the company applied for two enterprise certificates, which have the same Entity Name but different Team IDs. It has now been discovered that users of the iPhone 16 series devices are unable to use apps packaged with both certificates simultaneously; either both apps crash or one of them crashes. Step-by-Step Reproduction of the Issue: There are two testing scenarios: Transferring data from a device prior to the iPhone
3
0
802
Sep ’24
Camera and Flashlight Fail on iphone 13 Pro
So I recently updated to ios 16.2 and a few days ago my camera and flashlight on iphone 13 pro just stopped functioning. When you open the camera app it just shows a black screen and a x1 zoom, no x0.5 nor x3. The selfie camera also showing a black screen. now the phone has no physical damage nor water damage and i updated to ios16.3 with the issue still remaining. Any ideas how i can resolve this?
1
0
925
Oct ’22
Photos error when importing from iPhone to MacBook Pro
I am having an issue with importing photos from my iPhone to my Mac. The app shows that the import was successful, but when I go to the imported section none of the photos are there and they are never actually copied into the library. I looked at the console and I get this PHPhotosErrorDomain Code=6101 whenever I try to import photos. I do not have iCloud photos turned on for the Mac or iPhone. I am using a MacBook Pro M1 and have tried importing photos from an iPhone 6, iPhone 8, and iPhone 11 Pro. This error still occurs after trying all these conditions: Tested with system library and non-system library Tested with large library of 10k+ photos, a medium size library of about 300 photos, and a completely new empty library Tested with library on internal disk and external SSD (both have over 800 GBs of free space so that is not an issue) Tried moving in different size batches (1,000 photos, 100 photos, and even 1 photo at a time) Restarted Mac an
1
0
902
Oct ’22
Dictation is on but is full of errors
I used to be able to dictate via Siri and it was fine. Now that I’ve switched to iPhone 16 pro max, it’s full of errors. I can dictate and it adds capital letters where there should not be. It adds periods and commas the middle of sentences where they shouldn’t be. If I pause normally as I’ve always done, it deletes All that I’ve dictated and starts over (Notice the capital A in the sentence where it should not be). Even when I’m typing, it adds capital letters For no reason. I was trying to dictate a common word earlier and Siri would not recognize that word. I reset Siri and reset dictation and it’s still buggy. The phone is updated. I had the iPhone 13 Pro Max prior to this phone and didn’t have these issues.
1
0
381
Oct ’24
isMultitaskingCameraAccessSupported stopped returning YES for iOS 16, iPhone Devices
This initially used to work but has stopped working for me for iOS 16 iPhone devices. Background Streaming used to work for video calls but has just abrupt stopped working. On further debugging, I found that isMultitaskingCameraAccessSupported is returning NO, instead of YES. I thought the BOOL isMultitaskingCameraAccessSupported would return YES for all iOS 16 devices. Is that not the case? On what conditions does this return YES? Is it only supported for iPad Devices?
1
0
1k
Oct ’22
Banking App gives Jailbreak warning
Hi Community I‘m having a strange issue. Let‘s tell the whole story. I had an iPhone 14 Pro Max and used normally my Swiss banking app „Postfinance“. When iOS 17 was released, I decides to load the beta version of it. After that my banking app didn‘t work anymore and always claimed the iPhone to be jailbroken. I then switched off the beta , but still the same issue. Now i switched to the iPhone 16 Pro Max and still do have the same issue with a completely new device. For sure I transfered my data but this issue should be gone in my opinion. I also tried to contact my bank. They say on their side everything is working fine with the iOS app. Any idea guys? Is there anything I can „reset“ somewhere? Best Fabian
Replies
5
Boosts
0
Views
4.8k
Activity
Sep ’24
Reply to Slow rendering List backed by SwiftData @Query
So, my final question is: If the fetch to the database is pretty much instant, and List only loads the cells that are visible on-screen, why there's such a massive hang? The time shown as sql connection fetch time in the SQLDebug log is the time Core Data uses to run the SQL statement, which is quite different from the time SwiftData uses to retrieve the data from the data store to the item array. To show the difference, I tweaked your code in the following way: struct DemoListView: View { @Binding var selectedMenu: Menu? @Query private var items: [Item] var itemsWithLog: [Item] { let startTime = Date.now let tempItems = items print(Time taken to fetch: (Date.now.timeIntervalSince(startTime))) return tempItems } init(selectedMenu: Binding) { self._selectedMenu = selectedMenu self._items = Query(filter: selectedMenu.wrappedValue?.predicate) } var body: some View { List(itemsWithLog) { item in ListRowView(item: item) } .navigationTitle(selectedMenu?.rawValue ?? N/A) } } With this, when running your app on my iPhone 16
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Fitness and Health app don't work after restoring iPhone from backup
Hi. I have the EXACT same issues. I have an iPhone 12 Pro, I upgraded to IOS 16 Beta but had issues with banking app. I went back to IOS 15.6.1 but Fitness on the iPhone just gives a black screen with the spinning gear and Health cannot show my data. Also when I try and enter health details on the Watch App and click Done it does NOT save.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
iOS 16 beta issue with iPhone 14
I recently upgraded my phone from an X to a 14. My previous phone had iOS public beta 16.4 I believe. When I activated my new phone, it asked me if I wanted to install the beta and I had selected yes. I do not have a iOS beta profile in my VPN section now. I’m having issues with Messenger and FaceTime not activating my phone number. I am not able to send a message to android users. this is on my new phone,iPhone 14. I was asked to remove the beta by Apple support. Since there is no beta profile on my phone, I cannot remove it. What are my options?
Replies
0
Boosts
0
Views
324
Activity
Feb ’23
Camera Module Parameters of iPhone 12 Pro
I want to know about the sensor parameters of iPhone 12 Pro rear cameras(Main, Telephoto and ultrawide). Parameters such as the datasheets of image sensors used in it or else the accurate pixel dimensions and accurate focal length of the cameras. It will be so helpful for me if I get those. Thank You.
Replies
0
Boosts
0
Views
863
Activity
Jan ’22
Unable to Capture 24MP Photos
Hello, I'm wondering how to capture 24MP photos. I'm currently testing on an iPhone 16 Pro Max. By default, the device's activeFormat supports 24MP (photo dimensions: {4032x3024, 5712x4284}). For the photoOutput, I'm setting the maxPhotoDimensions to videoDevice.activeFormat.supportedMaxPhotoDimensions.lastObject, and setting MaxPhotoQualityPrioritization to quality. When capturing, I'm applying the same maxPhotoDimensions and photoQualityPrioritization settings from the photoOutput directly to the AVCapturePhotoSettings. What could be the issue? // Objective-C // setup [self.photoOutput setMaxPhotoQualityPrioritization:AVCapturePhotoQualityPrioritizationQuality]; CMVideoDimensions maxPhotoDimensions = [(NSValue *)videoDevice.activeFormat.supportedMaxPhotoDimensions.lastObject CMVideoDimensionsValue]; [self.photoOutput setMaxPhotoDimensions:maxPhotoDimensions]; // capturing AVCapturePhotoSettings *photoSettings = [AVCapturePhotoSettings photoSettings]; photoSettings.maxPhotoDimensions = self
Replies
2
Boosts
0
Views
1k
Activity
Jan ’25
Scan feature on Iphone 16 or ios18.2
I use the scan feature notes frequently. Steps were: open app click paperclick click scan documents scan save then I share to my email. click mail icon on then I would normally be given a size to choose from small, medium or large it would ask about the subject which I always let blank. With my new phone/updated ios I am given an option to to mail drop or attach document. I have done both and my document size is large. I need to minimize to 25% to fit on computer screen. I spoke to apple support. How do I fix this?
Replies
1
Boosts
0
Views
657
Activity
Dec ’24
I phone camera on pro tablet
Is there an app that can utilize my iPhone camera to take pictures or video, and display or record directly to my tablet? Mainly a direct link video. Social media and video enthusiasts would be able to record from one another directly!
Replies
1
Boosts
0
Views
298
Activity
May ’23
The app packaged with the enterprise certificate on the iPhone 16 crashes.
The original text is in Chinese, and below is the content translated using OpenAI. 問題描述: 因為一些因素,所以公司申請了兩個企業憑證,其中Entity Name一樣,但Team ID不一樣。現在發現iPhone16系列裝置的使用者,無法同時使用兩個憑證打包出來的APP,不是都會閃退就是其中一個會閃退。 重現問題的逐步說明: 測試的情況有兩種: 從iPhone16之前的裝置轉移資料到iPhone16,這兩個APP打開都會閃退 直接在iPhone16安裝這兩個APP,則第一個安裝的APP可以正常使用,第二個安裝的APP會閃退。如果想要切換能使用的APP,需要到 一般-VPN與裝置管理-INNOLUX CORPORATION ,點擊”刪除App”,然後更換安裝順序。 如果是舊裝置升級到iOS 18,則不會有該問題 期望的結果: 兩個APP都能正常使用 實際看到的結果: 如果是舊裝置移轉資料到iPhone16,則都會閃退:如果是直接在iPhone16安裝這兩個APP,則第一個安裝的APP可以正常使用,第二個安裝的APP會閃退。 OpenAI Translation: Problem Description: Due to certain factors, the company applied for two enterprise certificates, which have the same Entity Name but different Team IDs. It has now been discovered that users of the iPhone 16 series devices are unable to use apps packaged with both certificates simultaneously; either both apps crash or one of them crashes. Step-by-Step Reproduction of the Issue: There are two testing scenarios: Transferring data from a device prior to the iPhone
Replies
3
Boosts
0
Views
802
Activity
Sep ’24
IPhone Pro Max 12 and videoCompositionWithAsset:applyingCIFiltersWithHandler:
When trying to play non-HDR videos recorded with Pro Max, just calling: videoCompositionWithAsset:applyingCIFiltersWithHandler: freezes the Pro Max completely, works well in other models. Anyone experiencing that? Fixes? iOS 14.2.1
Replies
1
Boosts
0
Views
556
Activity
Nov ’20
Camera and Flashlight Fail on iphone 13 Pro
So I recently updated to ios 16.2 and a few days ago my camera and flashlight on iphone 13 pro just stopped functioning. When you open the camera app it just shows a black screen and a x1 zoom, no x0.5 nor x3. The selfie camera also showing a black screen. now the phone has no physical damage nor water damage and i updated to ios16.3 with the issue still remaining. Any ideas how i can resolve this?
Replies
1
Boosts
0
Views
925
Activity
Oct ’22
Lag And Fps Drop in Iphone 12 pro in Pubg
Im having lag and fps drop in pubg in iphone 12 pro...pleasee fix this
Replies
135
Boosts
0
Views
61k
Activity
Oct ’20
Photos error when importing from iPhone to MacBook Pro
I am having an issue with importing photos from my iPhone to my Mac. The app shows that the import was successful, but when I go to the imported section none of the photos are there and they are never actually copied into the library. I looked at the console and I get this PHPhotosErrorDomain Code=6101 whenever I try to import photos. I do not have iCloud photos turned on for the Mac or iPhone. I am using a MacBook Pro M1 and have tried importing photos from an iPhone 6, iPhone 8, and iPhone 11 Pro. This error still occurs after trying all these conditions: Tested with system library and non-system library Tested with large library of 10k+ photos, a medium size library of about 300 photos, and a completely new empty library Tested with library on internal disk and external SSD (both have over 800 GBs of free space so that is not an issue) Tried moving in different size batches (1,000 photos, 100 photos, and even 1 photo at a time) Restarted Mac an
Replies
1
Boosts
0
Views
902
Activity
Oct ’22
Dictation is on but is full of errors
I used to be able to dictate via Siri and it was fine. Now that I’ve switched to iPhone 16 pro max, it’s full of errors. I can dictate and it adds capital letters where there should not be. It adds periods and commas the middle of sentences where they shouldn’t be. If I pause normally as I’ve always done, it deletes All that I’ve dictated and starts over (Notice the capital A in the sentence where it should not be). Even when I’m typing, it adds capital letters For no reason. I was trying to dictate a common word earlier and Siri would not recognize that word. I reset Siri and reset dictation and it’s still buggy. The phone is updated. I had the iPhone 13 Pro Max prior to this phone and didn’t have these issues.
Replies
1
Boosts
0
Views
381
Activity
Oct ’24
isMultitaskingCameraAccessSupported stopped returning YES for iOS 16, iPhone Devices
This initially used to work but has stopped working for me for iOS 16 iPhone devices. Background Streaming used to work for video calls but has just abrupt stopped working. On further debugging, I found that isMultitaskingCameraAccessSupported is returning NO, instead of YES. I thought the BOOL isMultitaskingCameraAccessSupported would return YES for all iOS 16 devices. Is that not the case? On what conditions does this return YES? Is it only supported for iPad Devices?
Replies
1
Boosts
0
Views
1k
Activity
Oct ’22