Monday, 3 December 2018

How to use Google Play pre-launch report with expo / react-native

Google has a built in app crawler for the app store called the pre-launch report.

It will crawl your app on a bunch of different devices and give you some basic feedback assuming you:

  1. provide credentials (easy)
  2. provide resource IDs for username / password fields, sign-in button (hard)

It doesn't appear to be trivial to set these to be static in expo / react-native, they are dynamically generated.

Is there a smart way to set this up?



from How to use Google Play pre-launch report with expo / react-native

No comments:

Post a Comment