简体   繁体   中英

Which build should be shared with QA for testing? Signed release apk or Signed debug apk?

I need my app to be tested thoroughly in all respects. For that purpose I need my app apk to be shared with QA team. Which build should I generate for testing purpose? Signed release apk or signed debug apk?

Signed Debug, will also give you the ability to ADB into the devices and access logs/act on crashes.

You might consider using something like Crashlytics in addition to capture any stacktraces you might not have the ability to get yourself at the time of a crash.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM