Hacker News new | ask | show | jobs
by colechristensen 1718 days ago
You’re also responsible for supporting new hardware and responding to security problems and other bugs. If you can’t be bothered to implement a rather straightforward feature like account deletion in three months I don’t really have a problem with you being excluded from the App Store
1 comments

User accounts tend to be a central part of any application that stores data somewhere, and is prone to custom logic and assumptions. From experimental todo list apps to POS management software.

I can’t imagine account deletion is straightforward for most of the implementation, even just from a legal standpoint when money changing hands is involved.

I think it’s a complicated enough issue that it should be tackled from the start (which is usually the case) and kept track of as the product/service evolves.