Discuss hardware-specific topics related to iPhone.

Posts under iPhone tag

200 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

Various Safari issues/bugs in iOS 18.2 Beta (iPhone 15Pro)
A few observations Very slow response and loading times for both URLs, forms, and scrolling Frequently non-responsive touch-screen for on-page forms and actions Keyboard stays open with no option to get rid of it Auto zoom stuck in xoomed-in mode, often hiding "Save"/"Submit"-buttons Dowbload folder setting ignored Toggling of web inspector mode does not work In vertical mode, with address bar on top of screen, clicking items on bottom part of page is not registered as click, but makes the navigation bar pop up, hiding the clickable feature. For clicks to register, frequently 2-3 touches are required.
1
0
109
16h
Safari ios 18.2 download problems
iPhone 15pro iOS 18.2 Downloaded files cannot be located anywhere in Files, only by accessing Downloads in Safari. I have tried setting download folder to various locations, iCloud, Phone, Google Disk, but nothing is stored. Has an invisible cache or temp folder been introduced? If so, it is a total fail: When press-holding any file in Safari download, the normal file action options (Quick Look, share, store to Files, etc) are not available. When clicking any file it opens any of several apps that has this file type associated with it, and there is no way to change the default app or disable the forced opening of an app. I tried deleting the app opening .csv (in this case OneDrive), and another irrelevant app opened. There seems to be a hierarchy of apps-file types, and it has no logic to it. Tips?
0
0
128
1d
I believe my psychopath ex-husband has hacked my MacBook
Please, I was married to a very rich powerful freakcontrol psychopathic man who has never accepted the fact that I left him after having found out what such a monster he was/is and have, since then, struggled to deal with his unlawfully immoral persecution, stalking, and so much more. So that you have an idea, we were married for 10 years and he is a powerful man here in our city in Brazil. What it took me a decade to really come to my senses and give a chance to the countless red flags that I should have never taken for granted while he kept on psychologically getting into my mind and, in his sick mischievously deceitful convincing dissimulated way of dissimilulating his way out so as to get away of anything/everything, gaslighting me for all those years. I found out that during our romantic trips 3, 4 times a year around Brazil on vacation, not only would he take his lovers on the same trip, pay his hotel room right next to ours and, while I was sleeping under powerful drugs, they'd have *** right beside me, snoring like a pig due to the heavy drugs he'd give me without my knowledge. After many red flags that something was off, I decided to leave my iPhone charging on the nightstand, as I'd always done, and left an audio recording app in the background recording 9 hours (I should and had thought about doing that many times before, but I guess I was fearful of what I might really find out). We were still in the middle of our "romantic" trip to the paradisal state of Ceará in the north of Brazil (we're from the south, Florianópolis city) and I listened to some parts of the 9-hour horrific recording and, even not having listened to it all, I had no more doubt that not only had they drugged and had *** by my side in our bed as well as his lover had ***** me while I was under the influence and I could hear myself being woken up by them and invited to have a threesome and I sounded confused and drugged, groggy totally, and when I woke up I had no idea that had happened and who he was. He'd have breakfast right next to our table at the hotel restaurant, he'd be around us on the beaches we'd been to, well, as you can see by this little insight of what kind of a monster he is and that he brags about being able to even buy true love with his money. Having said that, I DO NEED HELP in finding out if he has control of my macbook (I have almost no doubt about that since we still talk sometimes and he seems to feel pleasure spilling the beans in order to have me wandering how come he'd mention something that I have said or done at my home (we've been apart for another decade)). Here's the wifilog and system log from my Macbook. SYSTEM LOG SYSTEM LOG WIFI LOG INSTALL LOG
1
0
277
5d
after installing ios 18.2 beta update, my phone overheated like hell and doesnot sustain battery
Couple of days ago I installed ios 18.2 beta update and now my iphone 15 pro drains battery and overheats like hell. It is difficult to touch. and as i plug out my charger, the battery drains very fast (30% to O% in 10 minutes with no literally no use) To note, my battery health is 100% with around 176 battery cycles and i always use original apple 20W charger and cable. I have even changed the charger to a new original apple 20W charger and the issue persists. I have reset it but still the same happens. so it is lying dead for 2 days because i cannot charge it because of extreme heating. I got it checked at apple authorised service center as mentioned on apple website, they said they would reinstall the software in warranty. today they said they said the issue persists after sofware reinstallation and saying it is hardware thing. What should i do??
0
0
132
6d
iOS18 WKWebView URLProtocol
In our project, URLProtocol is used to intercept the request of WKWebView.loadRequest. On iOS18, if the APP is idle for more than 10 minutes and then clicks on an H5 page, the time from WKWebView.loadRequest -> URLProtocol.canInitWithRequest will be as long as 600ms or more, but the second time the H5 page is opened, it will only be 80ms. This only occurs on iOS18 models.
2
0
197
6d
侧划返回卡死
xcode16,iphone16,iOS 自定义navigationItemLeftBar,设置 navigationController?.interactivePopGestureRecognizer?.delegate = self,侧划返回一半,点击屏幕,界面卡死。 18系统之前的手机,或者非iphone16的手机没有问题。
0
0
113
20h
APNS: Unexpired, priority=10, type=alert sometimes do not appear in Notification Center when coming back online
System Information: iPhone 13, iOS 17.6.1 Steps to reproduce: Open my app, causing it to register for an APNS token Kill my app to make sure it is not in the foreground Send a push notification with a payload similar to this: {"aps":{"alert":{"title":"My App Name","body":"10:24am 🚀🚀🚀"}},"price":19,"clock":175846989,"time":1731001868.379526} And the following attributes: Expiry: (Date that is 7 days from now) Type: Alert Priority: High (10) Payload Size: 141 bytes The notification appears in the Notification Center, as expected Turn on Airplane Mode (WiFi=off) Wait between 60 seconds - 8 hours (varies) Send the same notification payload/attributes again Wait between 60 seconds - 8 hours (varies) Turn on WiFi Wait 1-30 minutes (varies) Expected behavior: The notification appears in the Notification Center Actual behavior: Push notifications from other apps immediately appear in the Notification Center Roughly 30% of the time: The push notification(s) from my app never arrive, even after waiting 30 minutes Roughly 70% of the time: The notification appears in the notification center, and everything works fine Thoughts: Expiry must be set correctly because I've seen my notifications get queued and then delivered (correctly) in the CloudKit Push Notification tool. Identical notifications (payload, APNS headers, etc.) are also sent to other devices at the same time. They receive the notifications just fine. It must not be my iPhone's notification Settings, because notifications appear correctly when online I've tried restarting the iPhone, it did not fix this issue So it seems it must be an unexpected behavior in APNS or something broken with my specific phone? Not sure what else I could possibly do to make sure the notifications arrive. This breaks the entire experience of my app. I need to be able to notify users of incoming messages so they do not miss them.
6
0
147
2d
Question about installing and migrating apps from the App Store for apps deleted by developers
I have an app that I've been using for over 10 years now. When I searched for that app on the App Store, it didn't show up. (both in the US, Japan, and Korean stores) There's a phenomenon where the app crashes and dies when performing a specific function. So I'm trying to develop an app that's very similar to that app. When I migrate or restore after changing or initializing my device, the previously installed app is installed on the home screen. There are several apps that don't show up on the App Store and seem to have been removed by the developer. Some apps have a blank icon image on the home screen, and when you click on them, a pop-up appears saying that they can't be installed and asks if you want to delete the icon. Some apps are still installed. Some functions are broken because the developer stopped maintaining them for a long time. They can't be searched on the store either. What are the differences and similarities between these two apps?
1
0
95
1w
iOS18 Static Rulesets Stop Working
iOS16 and iOS17 were fine, but on iOS18, our Safari extension that blocks content via static rulesets randomly stops working. Frequently, when a tab is left in the background for a long time (i.e. hours), the content blocker will stop working (until I either kill safari, or reload the extension). I've debugged this and the background.js script reports the ruleset as being loaded, but nevertheless, our rules aren't applied. I really don't think that it's an issue with the way that the rules are defined, since iOS16 and iOS17 worked fine, and on iOS18, the rules DO work. They just stop working after a while. "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "ruleset_1.json" } ] }, Some theories: I have other content blockers on my phone that have LOTS of rules (adguard). Could I be seeing the effects of too many rules? Can I debug this somehow? Do logs get printed somewhere when the max rule limit is reached? Does the use of private and regular tabs mess things up? Please, any input is appreciated, as all of our logs are normal and error-free.
0
0
160
1w
iPhone 15 Pro Magsafe Problem
I have a problem where my Anker 321 MagGo stopped charging my iPhone 15 Pro wirelessly. I can charge it via cable, but I can't use Magsafe. I think it can be about the IOS 18.2 Beta 2 update, but I'm not sure. Is there anyone have the same problem? Or do you have any suggestions for me?
1
0
107
1w
Access to Raw Lidar point cloud
Is it possible to access the raw lidar measurements before the sceneDepth calculation is done to combines the lidar measurements with visual data. In low light environments the lidar scanner should still work and provide depth info but I cannot figure out how to access those pure lidar depth measurements. I am currently using: guard let frame = arView.session.currentFrame, let depthData = frame.sceneDepth?.depthMap else { print("Depth data is unavailable.") return } but this is the depth data after sensor fusion occurs and fails in low light conditions.
4
0
232
1w