I am considering developing and creating a system that would allow testing A / B various streams in an iOS application (for example, registration stream, input stream, purchase stream).
The system that comes to mind initially looks like this:
- application server, the server responds by providing a list of resources (which may include some links to xib files).
- if the user does not have these xibs on disk, download them and save to disk
- when the view manager is presented, download from xib if it was loaded (otherwise the default application is the one that was sent)
Does anyone have any thoughts on this idea or any ideas on this system?
NOTE. I am not trying to introduce a system in which I can add new features. Right now, I'm focusing on changing the streams such as text and views that the user will see. I donβt think about whether this violates the rules in the App Store, but if you want to do this - go for it!
source share