AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
142 stars 111 forks source link

exp.hasMatch(appID)': is not true. #303

Closed bugrevealingbme closed 4 months ago

bugrevealingbme commented 4 months ago

I can't launch my app because of this error.

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:appsflyer_sdk/src/appsflyer_sdk.dart': Failed assertion: line 83 pos 14: 'exp.hasMatch(appID)': is not true.

0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:51:61)

1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:40:5)

2 AppsflyerSdk._validateAFOptions (package:appsflyer_sdk/src/appsflyer_sdk.dart:83:14)

3 AppsflyerSdk.initSdk. (package:appsflyer_sdk/src/appsflyer_sdk.dart:162:28)

4 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:846:45)

5 Future._propagateToListeners (dart:async/future_impl.dart:875:13)

6 Future._complete (dart:async/future_impl.dart:638:7)

7 new Future.delayed. (dart:async/future.dart:424:16)

8 Timer._createTimer. (dart:async-patch/timer_patch.dart:18:15)

9 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398:19)

github-actions[bot] commented 4 months ago

👋 Hi @bugrevealingbme and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com. When submitting the ticket, please specify:

bugrevealingbme commented 4 months ago

In iOS, this problem happens when you start the app id with "id". The documentation is not clear enough.