Ignore StoreKit in Apple Silicon Mac?

I wish to include some recommendation app links in our app, but when upload to App Store I got this message:
Code Block
ITMS-90863: Apple silicon Macs support issue - The app uses symbols that are not present on Mac:

Is it possible to bypass those codes in Apple Silicon Macs with SwiftUI? I can't check for #if os since for Apple Silicon Macs, this is an iPad app.
Ignore StoreKit in Apple Silicon Mac?
 
 
Q