Enigmatic-Smile / fidel-android

FIDEL Android SDK
MIT License
5 stars 1 forks source link

termsConditionsURL doesnt exist #6

Closed amigax closed 3 years ago

amigax commented 3 years ago

in Android it seems that Fidel.termsConditionsURL doesnt exist.

ccorneliu commented 3 years ago

@amigax , please make sure that you're using the latest version of the Android SDK. This property is definitely there. If you upgraded recently, please make sure that you're not using a cached version of the old SDK.

If you still do not see this property, please provide some more details:

amigax commented 3 years ago

how do you use the latest sdk? i seem to be using old one. installed via jetpack implementation 'com.github.FidelLimited:android-sdk:1.3.1'

amigax commented 3 years ago

OK upgraded to 1.5.1 in gradle, now termsConditionsURL works, but country does not.

ccorneliu commented 3 years ago

@amigax Please check the CHANGELOG to understand the updates. You will notice that we replaced the country property with the allowedCountries property to allow developers to support all Fidel supported countries, a subset of the supported countries or just one (like it was possible with the old country property). Please check the documentation in the README file of this repository for details.