Is it theoretically possible to use in-app purchases to update an iOS app automatically? Basically, using StoreKit to replace existing code on the device? The IAP itself would be free so that the user doesn't need to be involved.
In general terms, how would one go about implementing such a system?
I don't have need of this, I just thought it would be interesting.