You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we know ,that iOS and MacOS have many APIs and Packages for developers, but private data is protected by iOS core system, you can not read or update. Like SDK design, you just develop the features based on fixed APIs and data.
So , is it possible for web system to do like this?
Normally, we need to isolate the system, with restful APIs or old xml. This is popular used in many companies. But the key problem is that you need isolation server or cloud server.
What if we put these in one system and one server?
Private database, private core system, private files... it's possible, all we need to do is to keep the database private , keep the username and password private, even the core system files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As we know ,that iOS and MacOS have many APIs and Packages for developers, but private data is protected by iOS core system, you can not read or update. Like SDK design, you just develop the features based on fixed APIs and data.
So , is it possible for web system to do like this?
Normally, we need to isolate the system, with restful APIs or old xml. This is popular used in many companies. But the key problem is that you need isolation server or cloud server.
What if we put these in one system and one server?
Private database, private core system, private files... it's possible, all we need to do is to keep the database private , keep the username and password private, even the core system files.
It's not easy but possible.
Beta Was this translation helpful? Give feedback.
All reactions