Android SDK question - Using the latest MobileCore library on Android I get IDE warnings about Identity
import com.adobe.marketing.mobile.Identity
generates an IDE warning
But
Identity.registerExtension()
still compiles despite the IDE warning of "Unresolved reference" show also there.
I have updated the libraries to the latest versions supplied here, but the results are the same:
const val adobeAnalyticsVersion = "1.2.10"
const val adobeCoreVersion = "1.11.4"
const val userProfileVersion = "1.1.0"
(I suspect the demo code is expired?)