Home > OS >  How to publish an app which only works if there is a direct connection to our machine via wifi (Goog
How to publish an app which only works if there is a direct connection to our machine via wifi (Goog

Time:11-09

I have developed an app that communicates with our machine via Wi-Fi. You can think of it like an app that is used at car gas stations, such as Shell, Fillibri or the ryd app. This means that the app can only be used when the customer is in front of our machine. If the customer is not directly in front of our machine, the app cannot be used and the customer only sees a message.

My question: How can I implement an access for the app review in the app stores, since the app only works when the app is connected to or machine via Wi-Fi.

I didn't find something in google.

CodePudding user response:

We had a similar product. The solution is not exactly simple. We shipped the machine to Apple / Google so the reviewers can use it to test / validate your releases.

CodePudding user response:

Had same problem:

Apple: Rejected the app, then we provided them with a video link that show every feature in the app and we explained that it is can not be used without the related hardware. we had to film a user using the app from another phone (not screen recording). make sure the video is clear and not shaky, and provide a full text step-by-step explanation of the cycle.

Google Play: Did not reject the app, but we provided the link to the same video anyway in the "Needed credentials" section

  • Related