Need a knowledge base like this for your business?


Redirect App to New Location

By Jim Cook, MyPhotoApp Inventor

Created: December 11, 2016, 6:01 pm UTC
Last updated: December 21, 2016, 9:27 pm UTC

If you have an app that you want to "retire" and just have it redirect usage to a new app, you can add an HTML section in your old app and put the following in it:
 
<script>
window.location = "http://new_app_url";
</script>
 
Once you publish the app, it will then start redirecting people to the new location.