networkFailed 2005 The network request failed.

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

Upvoters
Board
❓

Ask a question

Date

8 months ago

Author

Sungwoo Kim

Subscribe to post

Get notified by email when there are changes.