Post

Replies

Boosts

Views

Activity

Reply to Why is my app considered a "login item"
Based on the "added items that can run in background" message you're receiving, you may need to check Xcode to see if your project is set for background tasks to update your app. Here's the documentation for adding background tasks. Double check your app against this documentation to see if that's the issue. Tasks running in the background is common for apps that require updating user content based on outside factors. If your app is being added as a login item as indicated in your title, you may find the documentation on SMAppService helpful. This shows how to make your app launch on system login. Make sure your app is not using this service to give you the unexpected login item message.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’24