I'd like to implement daily local notifications, at the same time each day, but with different content. All examples I have seen are with repeating the same content.
In Android I can set an alarm to trigger a portion of my app which then creates the custom content for the day, and pushes that content as notification. How do I do the same in iOS?