π± Notifications Lite for iOS
The Canley Lite Notification Service for iOS is a zero-dependency, platform-native wrapper for local iOS notifications.
Designed for ease and reliability, it puts the complex Unity.Notifications.iOS lifecycle into a clean and simple interface. Whether you need simple timed reminders or more complex calendar-based scheduling, this service handles the heavy lifting, platform-specific hooks, and permission management, so you donβt have to.
π₯ Get the Asset
You can find the latest version, including full documentation and a demo scene, on the Unity Asset Store: View on Unity Asset Store β
Key Features
- Zero-Dependency Core: Pure C# logic that interacts natively with the iOS Notification Center without external plugins.
- Editor-Safe Simulation: Provides console-based simulation on PC/Mac so you can debug your logic without pushing builds to a device.
- CRUD-Ready Architecture: Treats notifications as unique records, letting you update, remove, or query status anytime.
- Flexible Trigger System: Supports relative time delays as well as precise calendar-based scheduling with timezone management (
UseUtc).