A team wants to avoid review cycles that add days to their release timeline. Which pre-submission check would most likely catch a common rejection cause early?
- aConfirming the build was compiled with the latest available compiler version.
- bVerifying that every requested permission has a working, reachable code path that uses it.✓
- cMaking sure the app icon matches the exact pixel dimensions recommended.
- dEnsuring release notes are translated into as many languages as possible.
Explanation:Reviewers commonly reject apps that request permissions without a functional, reachable use for them. Compiler version, icon sizing, and translation completeness are not typical rejection drivers.