Future updateUserAttributes(String key, String value) async {
final builder = AdaptyProfileParametersBuilder() ..setCustomStringAttribute(value, key);return await adapty.updateProfile(builder.build());}
The error occurring at return await adapty.updateProfile(builder.build()); is being frequently recorded in Firebase Crashlytics as:
Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError (code: 2005, message: Request Error: Unable to resolve host "api.adapty.io": No address associated with hostname, detail: null)
Share update with 0 linked conversations as well
Ask a question
8 months ago

Sungwoo Kim
Get notified by email when there are changes.
Ask a question
8 months ago

Sungwoo Kim
Get notified by email when there are changes.