Cross promotion - cleveradssolutions/CAS-ReactNative GitHub Wiki

:zap: Before you start
Make sure you have correctly setup the project.


Cross promotion is an app marketing strategy in which app developers promote one of their titles on another one of their titles. Cross promoting is especially effective for developers with large portfolios of games as a means to move users across titles and use the opportunity to scale each of their apps. This is most commonly used by hyper-casual publishers who have relatively low retention, and use cross promotion to keep users within their app portfolio.

Start your cross promotion campaign with CAS here.

Add sdk to the dependencies section of your android/app/build.gradle:

dependencies {
  ...
  implementation("com.cleveradssolutions:cas-promo:3.6.0")
}

Or pass ENABLE_CROSSPROMO variable to pod install, for example:

ENABLE_CROSSPROMO=1 ENABLE_OPTIMAL=1 pod install

๐Ÿ”— Done! Whatโ€™s Next?