Discuss hardware-specific topics related to iPhone.

Posts under iPhone tag

200 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

Mic not working when using phone connected to Carplay.
This issue only happens on my phone, 12 Pro. My wife has a 12 Pro Max and carplay don't have any issues. Using phone app in carplay was working several days ago. I'm on IOS beta program and I have 17.0. The person on the other end of the call said that he thinks he hear a sound when I'm talking but it's not my voice. When I switch to use speaker on my phone then the other party can hear me clearly. But the sound now is on my phone not on the car's speaker. I know it's not my phone's mic coz I can use Siri on carplay. Also, it's not my car's mic coz my wife's 12 Pro max works fine. My wife's phone is NOT on the IOS beta program. I already did RESET ALL SETTINGS and still the same. I am hesitant to factory reset it, I have a lot on my phone. Is there a setting I'm missing?
0
0
769
Aug ’23
[iOS 16.5] Deeplink does not redirect into app from universal URL
i implemented universal url support in iOS app where when we click on universal url, app was getting open in iOS 16.1 and below this OS version Problem is: when same link we open from iOS 16.5 and iOS17 beta version, it is not opening app. it is opening browser instead. my question is what happened with iOS 16.5 and above are they not supporting universal url?
2
0
1.4k
Aug ’23
DeviceMotionEvent requestPermission
Hello. I'm working on web app where wanna access data from accelerometer. In order to access data from accelerometer on iPhone, I have to request permission from user. This is completely fine and I'm happy about that. No complains there. The problem is that I cannot just ask for permission. In order to request permission for accelerometer data on iPhone, there have to be something called "user gesture" event. If I request permission directly, it will end up with error BUT when I place random button on application with random text and request permission on onClick event, everything is fine. And I don't get it. Why there is need for something like user gesture event? It is just stupid. It's like: Nah, you cannot ask for permission just like that. You have to first click on this "Do you wanna donate all your money?" button and then is Ok to ask for permission... Am I missing something? Can someone from apple explain to me this "great" developer experience? For better understanding, here Is an article https://dev.to/li/how-to-requestpermission-for-devicemotion-and-deviceorientation-events-in-ios-13-46g2
0
0
886
Aug ’23
How to save a device's console log from Xcode
I'm assuming it's possible to stream the device log to a file, any clues? I'm trying to debug an app installation issue I am having with iOS 17, and hunting through the Console log is just super noisy. I want to just attach the log so I can hand it over to my developers on the team, but I don't seem to be seeing a way to save the Console log I am looking at in Xcode. Basically I'm looking for the equivalent of an adb shell logcat +pipe to storage that Is not that hard to do on an Android. By any means possible? I've not even tried using LLDB, will it let me do this, if so any clues where to start?
1
0
1.8k
Aug ’23
How to set Custom name an iCloud container?
In the application iCloud integration but in the container, it displays the name of the bundle that owns the container. Configuration iCloud capability from developer account Enable iCloud capability from Xcode Added keys and value into info.plist file as below <key>NSUbiquitousContainers</key> <dict> <key>iCloud.com.example.applepaydemo</key> <dict> <key>NSUbiquitousContainerName</key> <string>Apple Demo</string> <key>NSUbiquitousContainerIsDocumentScopePublic</key> <true/> <key>NSUbiquitousContainerSupportedFolderLevels</key> <string>Any</string> </dict> </dict> Issue: It displays applepaydemo name of container not Apple Demo in iCloud Manage Account Storage
0
0
409
Aug ’23
Transferring data from iPhone 14 Pro Max, with IOS 17 beta, to another iPhone 14 Pro Max
I am transferring data from iPhone 14 Pro Max, with IOS 17 beta, to another iPhone 14 Pro Max which is brand new. In order to do that, the new iPhone tells me I need to continue to be in the Beta Program. However, when I try to re-enroll through the new iPhone 14 Pro Max, the re-enrollment fails. There is no other message besides Re-Enroll FAILED. How can I solve this? I am unable to transfer at this point.
3
0
2.1k
Aug ’23
Companion app can't be installed on iPhone for some users who have installed the watchOS only version app
Hello! I'm facing the following Appstore issue. There was an watchOS only app, without a companion app. In current 1.6 version the app has a companion app and it can be properly installed by new users from their iPhones or watches. Unfortunately, all old users, who have installed the app from their watches don't see a way to install the app from the Appstore (they can download the latest watchOS version though). Many things have been tried - uninstalling, installing on the watch. Looking for a purchase, removing subscription, but without luck. The Appstore shows "purchased" button instead "Get" or the cloud icon. Is this a bug in the Appstore or there is a way to recover from this edge case. Thanks, Emil
2
1
668
Sep ’23
eSim issue after install of Public Beta iOS 17
After installing the beta I keep getting an error saying Network Lost Your selected cellular network for "Work" is no longer available. You can choose a different network in Settings. The eSim is a second line I use for work I can still go into the eSim and see it is selecting vodafone UK and it doesn't seem to stop me receiving/making calls from that esim number but the message pops up every 5/10 seconds - really annoying
1
0
847
Aug ’23
Code USSD more 50 characters??
Dear Developers, I hope you are well. I am contacting you because of a specific need that I have found in my iOS application. Currently, I am developing an application that involves executing USSD codes on the mobile phone network. However, I have run into a limitation on executing USSD codes that exceed 50 characters on iOS. The USSD codes that I need to execute are longer than this constraint and therefore I am facing difficulties in providing the necessary functionality in my application. My goal is to allow users to enter variable length USSD codes, which is essential to the user experience I'm looking to provide. Currently, I am using the UIApplication.shared.open(url) function to open the phone application and allow users to manually confirm the execution of the USSD code. I would like to know if there is any method or approach I can use to allow execution of USSD codes longer than 50 characters in iOS, as this is essential for the purpose of my application. I would greatly appreciate your guidance and assistance in this matter. I thank you in advance for your time and consideration. I am looking forward to receiving your response. Sincerely, [Marlon Milanes Rivero]
2
0
509
Aug ’23
Xcode 14.3.1: The device “X iPhone” is not available because it is not executable
I'm trying to use my personal iPhone to debug an app but Xcode is not accepting my iPhone. I already used it before so I enabled the Developer mode successfully and it was working. Currently, Xcode successfully gathers my iPhone's data for development but after that process an error occurs saying: "The device “X iPhone” is not available because it is not executable. Please ensure that the device is attached and that it is ready to be connected to Xcode." My iPhone is using iOS 16.6 and the Xcode is v14.3.1. The iOS 16.4 SDK provides support to develop apps for iPhone running iOS 16.6 and the SDK comes bundled with Xcode 14.3. I really don't known how to solve the issue. I already restarted my MacBook, restarted Xcode, restarted my iPhone, re-enabled the Developer mode, I unpaired my iPhone with Xcode and re-paired it, changed USB cable. Nothing worked.
3
0
2.9k
Sep ’23
Touch malfunction on iOS17 Public Beta 4
I am using iPhoneSE (2020) and, updated to iOS17 Public Beta 4. But I found some critical error that screen touch not working randomly. All other buttons works fine. Home Button works fine, and even Touch ID works. Volume Up/Down, Haptic, Screen Lock Button also works fine. Only Screen Touch doesn’t work. Only way to fix malfunction, is to Force Reboot device. Then It works well. However, I don’t know when it will malfunction, and It occurs about 7-10 times a day. It never happened when I use Public Beta 3. Of course, as I am using Beta Software, some things could malfunction, but I think it is too critical. I have to reboot my device without any saving. Any other Beta users having same issues? I want to know if it is general issue, or it is just my phone problem. Thank you
3
1
1.8k
Sep ’23
Assistive touch crash
While using an HID device that recognized as mouse and keyboard using assistive touch, I noticed that sometimes after some usage, the feature in "AssistiveTouch" menu called, "Perform Touch Gestures", is no longer working although it remains on, as well as the assistive touch that remains on. In order to make it work again, you need to turn off and on the assistive touch feature. What could cause this issue? Does it relate to the HID Descriptor of report map? Or am I sending some commands that can cause this crash? Is there any way to avoid/be aware/get some callback on when this feature crashes using swift?
1
0
427
Aug ’23
VPP app installation failing
App installation not successful on Supervised iOS devices. The apps are pushed as VPP apps but the apps stays in initiated state for a long time and fails with error messages. Error message: The app with iTunes store id is already scheduled for management. Error code 12026. Devices are running iOS 16+. Certain apps get pushed and others will fail. Tried uninstalling an app and the uninstallation was successful but was not able to install the app. Devices are checking in properly with the MDM.
2
0
642
Aug ’23
how can i make iphone 13 mini communicate with other device with bluetooth classic mode only?
i want to test iphone 13 mini communicating with other device with bluetooth classic mode only. how can i do this? i think i need to change the settings of iphone 13 mini bluetooth communication mode. but i can't find the setting menu that change the bluetooth communication mode. just , there is menu for switching on/off bluetooth. , or some special setting software ? or. some special setting code ? how can i do this ?
4
0
674
Aug ’23