Requesting review of main app from helper app using SKStoreReviewController

We have an app on the Mac AppStore that has the following nested structure

A.app
|-- Contents/MacOS
         |-- A
         |-- B.app
         |-- C.app

A.app is a launcher application that acts as a hub to launch B.app and C.app.

We would like to use [SKStoreReviewController requestReview] to increase the number of users that rate the app. When the API is called from B.app or C.app, the rating dialog shows up for B.app and C.app respectively, but these apps don't independently exist on the AppStore (only A.app does).

Is it possible to request a review for A.app from B.app/C.app using SkStoreKitReviewController?

Requesting review of main app from helper app using SKStoreReviewController
 
 
Q