Currently we use the CleverTap Net MAUI Binding and the Binding compiles using Net9. But after we upgrade the solution to Net 10 we are getting the following issues:
- Net 9, this line compiles, however, the method is deprecated.
- Net10, the previous line changed but the method is deprecated, then we think the PushRegistrationToken is correct way to go
- In the latest version of the SDK the object CoreState change to be an Object instead of CoreState then we do not know where to get the SdkVersion
NOTE: When a method, property becomes a deprecated one, please provide an alternative or documentation where we could see the refactor.
Currently we use the CleverTap Net MAUI Binding and the Binding compiles using Net9. But after we upgrade the solution to Net 10 we are getting the following issues:
NOTE: When a method, property becomes a deprecated one, please provide an alternative or documentation where we could see the refactor.