Enable games for SDK and webview integrations on iOS
Apple Guidelines
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.
Approach 1
The first approach is implementing BitLabs as a link, which will open externally on Safari or any other installed browser. This solution is 100% compliant with Apple's guidelines. Lean more about how to open the BitLabs offer wall externally here.
Approach 2
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 13 days ago