I have deleoped a tool app for record things and schedule time , and fully offline, so it's easy to use and dont need to worry about data leak.
But AI move so fast, i want to integrate into this app, help user get more insight from recorded things or better plan. Also simplify cross-device data sync (now user need import/export for backup or sync);
So there're two options for me:
- Integrate AI directly into current apps , online features (AI/Account) as additional services . But this might break user experience, or uninstall app afraid of privacy leak.
- Create new version from current code base, and release as new app with online features. Old version keep update focus on offline experience.
The second option balanced user experience and most acceptable, but I dont know Apple will reject my second one or not? (because there're many same functions),