Hi, did you managed to get the Google Play Pass to work on Paid apps?
I am trying to implement it but stuck at this licensing check, they require us to show a paywall from Play when a subscription is no longer active.
I think we need this line
licensingServiceHelper.showPaywall(pendingIntent)
but I have no idea how to implement it in solar2d.
thanks in advance.