iOS Question RevenueCat last update error?

tsteward

Well-Known Member
Licensed User
Longtime User
Since updating to latest RevenueCat lib I get the following error.
Seems it is insisting I use main.haspremium as the flag bot a variable of my choice.

B4i Version: 8.80
Parsing code. (0.46s)
Building folders structure. (0.09s)
Running custom action. (0.03s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: haspremium
Error occurred on line: 105
Main.HasPremium = p.KeyChainGet("RevenueCat_SubscriptionExpiresDate").As(Long) > DateTime.Now
Word: haspremium
 

Alexander Stolte

Expert
Licensed User
Longtime User
Since updating to latest RevenueCat lib I get the following error.
The behavior that this property in the main module must be called so was already in the last version. There is no other way to solve this, this variable must be named like this in the main module, sorry.
 
Upvote 0
Top