Skip to content

Updating NET MAUI to NET10 #25

Description

@Elinares-82

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:

  1. Net 9, this line compiles, however, the method is deprecated.
Image
  1. Net10, the previous line changed but the method is deprecated, then we think the PushRegistrationToken is correct way to go
Image
  1. 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
Image

NOTE: When a method, property becomes a deprecated one, please provide an alternative or documentation where we could see the refactor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions