Is it possible to develop a technology like Google Courgette for iOS?

General Tech Technology & Software 3 years ago

7.36K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

 

It seems that iOS app upgrading requires users to click the "Upgrade" button in App Store.

What if updates are fairly regular and we want automatic upgrading?

I learned that Google Courgette makes it efficient for Chrome browser to upgrade itself fairly frequently. Each update is created by making a diff from the assembly code of a new version and that of an in-use version. A browser disassemble itself, patches the update and rebuilds itself from the patched assembly code. This technology is efficient because patches are usually small.

Is it possible for iOS apps to rebuild themselves from some kind of code similar to assembly code?

0 views
0 shares

profilepic.png
manpreet 3 years ago

No Apple does not allow it, wants to review all updates before releasing them. It is technically not possible since the application bundle on iOS is readonly.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum