Post

Replies

Boosts

Views

Activity

Reply to publish different app version according to the country
We have a same problem. We have two different data centers, one in UAE and other in UK, so when we release our app, we also need to publish our server code to specific data centers as we cannot do both on same day. Reason is UAE is working on Friday and UK is working on Sunday. We also cannot do on Saturday as we have clients from India working on Saturday and they are using UK data center. So only option for us to do code release on Friday for UAE and Sunday for UK. So when I make my server code live on Friday for UAE, I can publish the App on AppStore with UAE region, but we want that with this publish, UK people still should see the older app version. Example: Currently our App with version 2.1.0 is live across UAE and UK. We are now releasing app with version 2.1.1 and we deploy server code on UAE and release the app for UAE region. So what we need is to have UAE region seeing 2.1.1 version of app and UK still sees version 2.1.0. When we release app on Sunday for all region, it will be back to 2.1.1 for UAE and UK. Is this possible?
May ’21