Enable games for SDK integrations on iOS
By default, gaming offers will not be visible for any of the SDK integrations on iOS. Apple has a review guideline that technically does not allow you to promote any other third-party apps inside your app, especially when it's incentivized. Apple doesn't disclose much information about this review guideline. It's referred to as Guideline 3.2.2 and can be found here.
However, we have seen a number of our partners showing gaming offers regardless on their iOS app. To enable this feature, you have to add a new tag
called in_app
. This tag has to be false
. By default, it is set to true
on iOS. When it's set to false
, you will see gaming offers.
To learn how to add a new tag, please read the documentation of the SDK of your choice.
Updated about 13 hours ago