Giter Club home page Giter Club logo

Comments (5)

suriksarkisyan avatar suriksarkisyan commented on May 30, 2024 1

Hi, @FantaMagier
Thanks for the issue. I'll check ASAP and come back with an update.

from flutter-sdk.

FantaMagier avatar FantaMagier commented on May 30, 2024 1

@suriksarkisyan Thanks for you work!

from flutter-sdk.

suriksarkisyan avatar suriksarkisyan commented on May 30, 2024

@FantaMagier could you please update our SDK to version 7.3.1 and test again?

from flutter-sdk.

aldiFoodLama avatar aldiFoodLama commented on May 30, 2024

@suriksarkisyan I have an issue with Flutter SDK a mapping error occurs when I call the restore function, even though I have updated the SDK version to 7.3.1.

final Map<String, QEntitlement> entitlements =
await Qonversion.getSharedInstance().restore();

The error message is:

Error: type '_Map<Object?, Object?>' is not a subtype of type 'String?'

This error only happens on iOS devices.

from flutter-sdk.

mpdevelopment39 avatar mpdevelopment39 commented on May 30, 2024

@suriksarkisyan I have an issue with Flutter SDK a mapping error occurs when I call the restore function, even though I have updated the SDK version to 7.3.1.

final Map<String, QEntitlement> entitlements =
await Qonversion.getSharedInstance().restore();

The error message is:

Error: type '_Map<Object?, Object?>' is not a subtype of type 'String?'

This error only happens on iOS devices.

Same problem here. I just implemented this call just after to identify my user on qonversion:

await Qonversion.getSharedInstance().restore();

With the latest version (7.3.1) i am receiving this error (Only on iOS):

Error: type '_Map<Object?, Object?>' is not a subtype of type 'String?'

But with a previous version like 7.2.0 the error message that i am receiving(Only on iOS too) is:

{null, PlatformException(0, An unknown error has occurred, Qonversion Error Code: 0, null)}

from flutter-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.