iOS is the operating system for iPhone.

iOS Documentation

Posts under iOS tag

2,786 Posts
Sort by:
Post not yet marked as solved
10 Replies
23k Views
As a parent I was so excited to hear about Screen Time, so much so that I upgraded my sons phone to iOS Beta 2 when it came out.As a parent I setup his access on my phone for his phone and set it so that he could not longer browse the web, watch YouTube etc after 10 PM at night. As before I would go in his room at night and he would be watching videos at 1 am.... (grr)Anyways Screen Time was a blessing until the other night when I heard him up at 1 am and went into his room and there he was watching videos on his phone. For some reason Screen Time wasn't shutting of his app access at 10 PM like it was supposed to.I asked my son how he was able to get around screentime and he told me... (and I consider this a big bug!)When Screen Time kicks in and shuts his apps off, he goes into Settings > General > Date & Time and then turns off "Set Automatically" and then changes the time to a time which he is not restricted by Screen Time, which then unlocks all the apps again.I thought that was smart of him to figure that out and I have not found a way to restrict him from changing his date and time settings.Last night, again he was on his phone after bed time... and I caught him. He said he found an easier way to defeat Screen Time, and he did that by setting the Time to 24 Hour Time, for some reason Screen Time does not understand 24 hour time.I hope this can be fixed by Apple, as if it can't it negates the entire reason for parents to have Screen Time.Thanks,Scott
Posted
by
Post not yet marked as solved
3 Replies
2.1k Views
I filed a radar for the following: Since upgrading my iPhone XS MAx to iOS 12.3 beta 2, all 51 of ”My Shortcuts” are gone. If you go to Settings>Siri & Shortcuts, there is no “My Shortcuts”, and I cannot find them. Some are in the Shortcuts App, but the Siri command for each one is gone. My iPad Pro is still on iOS 12.3 beta 1, and Settings>Siri & Shortcuts>My Shortcuts shows all 51 shortcuts present and functional with Siri. Has anyone else seen this? Is there a way to bring them back without starting over?
Posted
by
Post not yet marked as solved
10 Replies
11k Views
Anyone have issues with AirPods randomly disconnecting? I've bugged this.
Posted
by
Post marked as solved
6 Replies
4.9k Views
I get the following 3 new Xcode log messages with iOS 13 on launch (during application didFinishLaunchingWithOptions). Running on iPhone (not simulator). I assume this is just beta noise?[TraitCollection] Class _UISheetPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API.[TraitCollection] Class _UIRootPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API.[TraitCollection] Class UIPopoverPresentationController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API.
Posted
by
3no
Post not yet marked as solved
2 Replies
819 Views
It an app receives a Voip push, but has to terminate the call, then if this happens a few times the OS is terminating the app (Message from debugger: Terminated due to signal 9) and then it stops delivering future pushes to the app.i.e. with code let endCallAction = CXEndCallAction(call: callUUID) let transation = CXTransaction(action: endCallAction) self.callController.request(transation) { (error) in } provider.reportNewIncomingCall(with: callUUID, update: callUpdate) { error in Model.priorityLog("GRUNT reportNewIncomingCall completion error \(String(describing: error))") completion() }
Posted
by
Post not yet marked as solved
7 Replies
2.9k Views
My Custom keyboard extension doesn't appeared in "Settings -> General -> Keyboards -> Add new keyboard-> Third party keyboards" on simulator and real device. My keyboard extension has been working on previous versions.I tested on Xcode11 - beta2 1. File -> new -> Project... -> iOS -> Single View App 2. File -> new -> Targets... -> iOS -> Custom Keyboard Extension 3. Run on iPhone simulator iOS13 4. Go to Settings -> General -> Keyboard -> Keyboards -> Add new keyboard on Simulator. I couldn't find 3rd party keyboards. I tested same thing on xcode10 on iOS 12 simulator. It was fine and I was able to select 3rd party keyboard.It's strange that gboard and swiftkey are normally working on iOS13. Is There something that I miss new configuration or AppReview requirements?
Posted
by
Post not yet marked as solved
18 Replies
9.7k Views
I'm trying to store a 2 separated Strings (73067 bytes) and (280628 bytes) to User Defaults, in older iOS versions just work fine, but in iOS 13, i can't save this data.This is how i save the data:UserDefaults.standard.set(myData1, forKey: KEY_MY_DATA_1)UserDefaults.standard.synchronize()UserDefaults.standard.set(myData2, forKey: KEY_MY_DATA_2)UserDefaults.standard.synchronize()Throws this error on iOS 13:2019-08-19 15:34:24.616570+0200 myAppName[4108:240228] [User Defaults] CFPrefsPlistSource<0x6000037cc980> (Domain: com.domain.myAppName, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: Yes): Attempting to store >= 4194304 bytes of data in CFPreferences/NSUserDefaults on this platform is invalid. This is a bug in myAppName or a library it uses.
Posted
by
Post not yet marked as solved
7 Replies
18k Views
I don't see iOS 13.0 beta on Apple's developer site anymore. They are only displaying iOS 13.1. How are we supposed to continue testing our apps with the build that will ship in September if we can't download it?
Posted
by
FCN
Post not yet marked as solved
5 Replies
2.3k Views
Hi,My app supports 2 different share extensions, and before iOS13, it was easy to tell them apart, because I would specify this in the Bundle Display Name (CFBundleDisplayName in info.plist). With iOS13, it seems to only show the name of the app for both share extensions, and not the Display Name specified, which will make it confusing to users if they see the same app icon + name in the share sheet.I filed a Radar for this, but it was returned with "Resolution:Investigation complete - Change required from 3rd party" ... but it didn't specify what kind of change to make.Anyone know how to customize the name of the share extension going forward?Thanks.
Posted
by
Post not yet marked as solved
4 Replies
7.4k Views
Several of our apps put tutorial videos in a webview inside the app. These always worked great before iOS 13. User would tap on the embedded video, it would expand to full screen and play the video. Now, with iOS 13, this no longer works. You tap the embedded video and nothing happens. If you tap it over and over, eventually you might get lucky and the video starts playing.Anyone else seeing this? Any work around?Thanks
Posted
by
Post not yet marked as solved
10 Replies
5.8k Views
A Small bug I found in screen time. If you enable screen time, go into content restrictions, go into web content, click on 'allowed web content only' then set up a whitelist. open safari.type in any website that's not in the list, It should be blocked as per usual.to bypass, simply type in a file extension at the end of the web address. For example, http://www.instagram.com/p.pdfit will bypass the content filtering and give you access to the site.it works on a variety of sites, not every site, but it is quite easy to access objectionable material.
Posted
by
Post not yet marked as solved
14 Replies
14k Views
All new beta releases, watch, iPad and Mac have been installed. However, the iPhone one is not working. The error is Unable to Verify Updateios 13.4.5 failed verification because you are no longer connected to the internet"this has been going for several days. Up to now, I have tried:1) deleted profile and reinstall profile after phone reset2) reset phone3) move from WiFi to 4ganyone had the same issue please?i Have an iPhone 11 Prothanks for any help you may provide
Posted
by
Post marked as solved
12 Replies
29k Views
if I installed iOS 14 beta on my device.. can I back to the to iOS 13 general released version without losing my data?
Posted
by
Post not yet marked as solved
1 Replies
294 Views
Hello All... It may be a bug, or the way I have set this up. I have the set the following: Do Not Disturb from 9pm to 8am Wind Down to 30 minutes Sleep Schedule to 9:15pm to 6:40am Now I do understand that when you wear the Watch to bed, it now states the alarm will go off on the watch. What is not clear is if the iPhone will alert also. So when the Alarm goes off at 6:40am, all I get is a really soft tap on the Watch. No sounds at all. It is so gentle, I have slept through it twice. iOS13 would use alarm alerts on both the iPhone and Watch. Am I missing something here...?? Thanks in Advance.
Posted
by
Post not yet marked as solved
2 Replies
996 Views
I'm facing a weird situation in my app. When keyboard shows up and I click on microphone icon for dictation, the "Enable Dictation?" alert shows up but disappears quickly before I can tap on any option. How do I find out what is wrong in my code or how do I fix it?
Posted
by
Post marked as solved
19 Replies
9.6k Views
On iOS 13 I used to use optional @State properties to adapt views. In my case, the presented view would either create a new object (an assignment) if the state that is passed into it is nil, or edit the assignment if an assignment was passed in. This would be done in the action block of a Button and it worked beautifully. On iOS 14 / Xcode 12 this no longer seems to work. Given the following code which creates a new assignment and passes it into the editor view when the user taps a "New Assignment" button, the value of assignment remains nil. Is anyone else experiencing similar behaviour? struct ContentView: View { 		@Environment(\.managedObjectContext) var context 		@State var assignmentEditorIsPresented = false 		@State var assignment: Assignment? = nil 		var Body: some View { 				[...] 				Button("New Assignment", action: { 						self.assignment = Assignment(context: context) 						self.assignmentEditorIsPresented = true 				}) 				.sheet(isPresented: assignmentEditorIsPresented) { 						[...] 				} 		} } What's even weirder is that I tried adding a random piece of state, an Int, to this view and modifying it right before the assignment state (between lines 9 and 10) and it didn't change either.
Posted
by
Post not yet marked as solved
1 Replies
307 Views
I am developing an iOS program which is using UIDocumentPickerViewController to get the content of USB. It's OK. But I also need to get the serial number of USB. For MFi USB, I can use EAAccessoryManager to get the serial number, but it cannot apply to non-MFi USB. Is there any method to get the serial number of non-MFi USB? Jacks Hung
Posted
by
Post not yet marked as solved
1 Replies
446 Views
First of all when I try to purchase $99 Apple Developer membership from developer.apple.com it gets cancelled automatically. When I go to store.apple.com I can't add payment method. When I try to add payment method in appleid.apple.com/account/manage I can select Bangladesh as shipping address but can't select Bangladesh in Country/Region popup. Does that mean, the people of Bangladesh cannot buy Apple Developer membership and become an App Developer? Why can we select Bangladesh in shipping but can't select Bangladesh for payment in appleid.apple.com?
Posted
by
Post not yet marked as solved
19 Replies
11k Views
Last night I restored my iPhone 11 Pro Max to iOS 14 beta. After iPhone restored I am stuck at the activation screen. In setup assistant after selecting country and signing into my WiFi my iPhone tries to activate. After a few seconds I get: "Unable to Activate Your iPhone could not be activated because the activation server cannot be reached. Try connecting you iPhone to a Mac or a PC with iTunes to activate, or try again in a couple of minutes. If this problem persists, contact Apple Support at apple.com/support" Restored on a MacBook 12" running macOS Big Sur beta 2 Shutdown iPhone on setup assistant screen and restarted. Used multiple good Wi-Fi connections. Also tried activating on Cellular. Tried removing sim card and reinserted. Tried a different sim card from the same carrier. Re-downloaded iOS 14 IPSW file. Put iPhone back into recovery mode. Opened finder selected iPhone, held down option while clicking on restore. Selected iOS 14 IPSW file. iPhone restored. Get the same activation error. Put iPhone into recovery mode. Opened finder, this time I selected restore without holding option. iPhone restored back to iOS 13. Also tried activating through finder and I get the following error: "Activation Failed The iPhone cannot be synced. Received an unexpected response from the device." Still receive "Unable to Activate". It's almost 24 hours and I am still unable to activate my phone. Anyone else having issues?
Posted
by