Android - support ".debug" applicationIdSuffix

  • 10 October 2022
  • 1 reply
  • 133 views

Userlevel 1
Badge +1

Looking through the SDK, it looks like the application package name must exactly match the name provided in the RevenueCat dashboard. This makes sense, but it breaks the common practice of using Android’s applicationIdSuffix to install a debug version alongside of a release version, which is a really useful feature.

Is it currently possible to manually specify an application package name rather than deriving it from the application context? If not, it would be really nice to be able to do so, or at least to allow specifying an applicationIdSuffix to the RevenueCat SDK. Something like this?

PurchasesConfiguration.Builder(context, API_KEY)

    .applicationIdSuffix(“.debug”)

    .build()


1 reply

Badge

Any news on this topic? I’m facing the same issue. 

Reply