search

Home  >  Q&A  >  body text

objective-c - App usage after iOS removal

The current version of the iOS App has been removed from the shelves. Can those who have downloaded the previous version of the App still use it? Does anyone know?

滿天的星座滿天的星座2832 days ago578

reply all(1)I'll reply

  • 迷茫

    迷茫2017-05-02 09:33:13

    Applications installed locally on the phone? It still works. Unless the user deletes the app themselves.
    If you want to force users to not be able to use it, you can either add this switch when developing the application. When necessary, a white screen will be displayed when the user opens the application.
    Or, the worst way is to abolish the server API used by the application, so that it is useless to open the application.
    If it is a tool-type non-networked application and you have not added a mechanism similar to remote control, then there is nothing you can do

    reply
    0
  • Cancelreply