-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG : Application lifecycle events aren't logged #192
Comments
Hey @Mo0Khaled , Can you please provide the complete Rudder-Flutter SDK initialisation snippet? |
@1abhishekpandey Sure thing HYG: final builder = RudderConfigBuilder();
final rudderTokenKey = BuildConfig.of().rudderTokenKey;
final rudderDataPlaneUrl = BuildConfig.of().rudderDataPlaneUrl;
builder.withDataPlaneUrl(rudderDataPlaneUrl);
rudderClient.initialize(
rudderTokenKey,
config: builder.build(),
) |
Just to clarify, by this:
Where exactly are you referring to? Is it the IDE logcat or the RudderStack dashboard? |
I mean the dashboard but as we talked about on the other issue, we use customer.io dashboard |
Could you please check the RudderStack—Flutter source |
Tested it now and nothing there too. Is there an extra code should be written to make this work? |
The timer needs to be running. Just click on
No additional code should be required to make the lifecycle events. They are enabled by default on the Android and iOS side. But if needed you can refer to our sample app:
If it still doesn't work, please install the app fresh, run it for 30 seconds, move the app to the background and foreground, and share the complete Android logcat filtered by |
Hey @Mo0Khaled, Could you please let us know if your issue has been resolved or if you need any further assistance? |
Hello @1abhishekpandey , still not working we have tried it on version 2.9.0 and it's working is this information helpful for you so you can help me find the issue? |
Could you please provide this and attempt to install the Flutter SDK in a new sample app?
By the way, there have been no changes to the lifecycle from v2.9.0 to the latest version. |
Describe the bug
The Application lifecycle events isn't logged at all none of them, and I din't override the values on the builder, as I understand it should be logged be default.
Which platform is the issue occurring on
Is the error occurring on:
SDK initialisation snippet
Flutter 3.24.1
Framework version of the SDK
rudder_sdk_flutter: ^3.0.1
Check for Correct Usage of writeKey and dataPlaneUrl
all correct, other events working pretty good
track
,screen
.The text was updated successfully, but these errors were encountered: