Product.PromotionInfo.Visibility
The visibility states for product promotion information.
Declaration
enum VisibilityOverview
Use the visibility states to set the visibility of a promoted in-app purchase. Call update() to save your changes.
The visibility states have the following effects on the user’s device:
Product.PromotionInfo.Visibility.visible makes the promoted in-app purchase visible in the App Store.
Product.PromotionInfo.Visibility.hidden hides the promoted in-app purchase in the App Store.
Product.PromotionInfo.Visibility.appStoreConnectDefault let’s you control the visibility using settings in App Store Connect. For more information, see Promote in-app purchases.