I mean I clicked that button and the targets and other things show again.
Post
Replies
Boosts
Views
Activity
The Simulator won't let me sign out of iCloud. The button that says "Sign Out" when I go to Settings then to the very top cell that shows my Apple ID is grayed out. Clicking on "Password & Security" gives me a message box saying "Account Details Unavailable" and gives me a button that says "Get Verification Code" and another that says "OK".
What do you mean reauthinticate? Sign out and sign back in? Or put password in again?
Yeah. I assumed my Xcode was up to date since I had checked the check boxes for both "Automatically keep my Mac up to date" in System Preferences->Software Update and "Install app updates from the App Store" in Advanced? I am updating Xcode from App Store now.
Thank you.
I'm currently on iOS 15.4 and Xcode 13.2.1. I did sort by date. I also have some processes and types that say "Unknown" for both at the same time. I mean when there is an Unknown process or an Unknown Type, the other is also Unknown on the same row. All the logs appearing are for iOS 15.1. I also found a couple of processes that say "Hardware Model: iPhone10,4" in the details. I don't know what that means. The device is an iPhone 8.
Ok. Thank you.
Have you figured out how to do what you want to do and keep tracking the user even when the app is shut down or the device is shut down and turned back on again?
It doesn't sound like there is any way to do what I want to do without requiring either the user to do further setup, namely use Guided Access, or requiring an administrator to do further setup. That's what I suspect from your answer here.
Yeah. I just found something down the line from the link you gave me. I never have figured out how to make a link to an answer to a post instead of to the post itself.
Using change history data appears to do more than the store changed notification using NotificationCenter. Am I correct in assuming that?
I saw that first post or another post about the same thing. I've used the solution that the second post you shared uses. This question was part of my search for a way monitor whenever a contact store changes even when my app is not running. Thanks for the input.
I'm guessing from seeing T and S used, that T stands for Type, as in and S stands for Sequence. Just guessing. It seems that is how they are used in a couple of declarations of functions in Foundation.
What about using a Shortcut. Does this open up any possibilities?
Am I correct that the only way for my app to start automatically on iOS startup or for anything I want to be done automatically on iOS startup is for the iOS device to be supervised, and that an app installed from App Store can never be automatically supervised without another system supervising the device the app is installed on? I apologize for my bad wording. I don't have the vocabulary to describe what might be required in order for a device to be supervised. I am basically asking if there is a way for my app or background task to automatically start up on iOS startup without the device to be part of a system that runs independently of Apple's App Store. I think that's the best wording I can come up with.
I think Background Tasks is a good solution. What happens when the user turns off and then turns on the device? I there a way for my app to start the background task again or for my app itself to open on startup? I found (this thread)[https://developer.apple.com/forums/thread/108561) that suggests going into kiosk mode and has a link to another thread about MDM. My app is one that anyone would be able to purchase from App Store, so I think MDM wouldn't work, but is there a way to use kiosk mode without additional setup, so that my app uses kiosk mode right after the user installs the app from App Store? Guided Access still requires the user to do additional setup, as far as I can tell. If there is no other way around requiring user setup, what is the best way to go about it?