Load code embedded in IPA dynamically

Hi,
Is it possible with MOE to embed 2 different application versions (lets say jar files) in single IPA file and at the start time choose which version to load(which jar file to load) dynamically?
The problem I’m trying to solve is that publishing to App Store is not atomic which causes problems with backward compatibility with backend server.
So what I want to achieve:

  1. Build my application into some library file (jar file for example)
  2. Build IPA file contacting 2 jar libraries: old_version_application.jar and new_version_application.jar
  3. When IPA starts it contacts our backend server and decides which jar to load dynamically

How to achieve this with MOE?

Dear sten,

this is not possible.

1 Like

Thanks for quick replay, you saved me from pointless investigation