Giter Club home page Giter Club logo

Comments (2)

adamstep avatar adamstep commented on July 20, 2024 2

Hi @redbar0n,

How easy is it to get a Hyperview app approved in the iOS App Store?

Since, as I understand it, the content of the app which is rendered is entirely controlled over-the-wire at runtime, the App Store reviewers won't know that what they are reviewing might be entirely changed immediately afterwards?

We haven't had any issues with app store approvals. There are many commonly-used app technologies that allow changing the app at runtime, such as:

  • a wrapper around a web app
  • Codepush (load the React Native code from a server)
  • Feature flags controlled from a server

Apple's guidelines have evolved to account for the fact that apps are often updated over-the-wire. The common interpretation of Section 2.5.2 means that you can update your app, as long as you don't introduce huge changes. So fixing bugs and tweaking the features is ok, but swapping out the app for a completely different one would not be ok. Like you mentioned, this cannot be enforced at submission time, but Apple will pull the app based on user complaints.

Or does Hyperview bundle and ship the views within the pre-downloaded app? Then merely allow the server to control navigation and select which of the pre-bundled views/components that are shown? That would be in line with Server-Driven Rendering, if I understand it correctly.

No, Hyperview does not bundle and ship views with the app. As Hypermedia, the server response defines the UI layout and interactions available to the user (including navigation).

from hyperview.

redbar0n avatar redbar0n commented on July 20, 2024

Thank you for a very informative and candid answer!🙏🏼

from hyperview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.