AlanScottAgain 1 Posted December 3, 2022 Hi I'm creating a simple exercise app, and I want the user to be able to set a reminder to do the exercise. What's be the recommended way to do this and have it work across Android and iPhone? I have considered creating calendar entries ( would have to be platform specific) or creating a background app that tracks the reminder (more generic). Unsure if these are the way to go or is there a better way? Thanks Alan Share this post Link to post
programmerdelphi2k 237 Posted December 3, 2022 for sure, use the O.S. options, because I dont needs worry about create the "whells" if you target O.S. have a "scheduler", use it. naturally, this is more in the control of the O.S. than from your app! if you want have "control" over all, create a app! Share this post Link to post