AEP not working after flutter upgraded to 3.19.5 | Community
Skip to main content
New Participant
April 19, 2024
Solved

AEP not working after flutter upgraded to 3.19.5

  • April 19, 2024
  • 2 replies
  • 1955 views

recently i upgraded flutter to the latest version 3.19.5. After that all flutter aep plugins are not working. No logs are being displayed from Adobe.

Need help with resolving the issue

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by CaliseCheung

Hi @tof_jossic ,

Thank you for your response and the link provided.

We are only using the latest version from pub dev which is also mentioned in the above page link.

Looking forward for your response.

 


The aepsdk_flutter plugins don't route the native mobile SDK logs to the Flutter console. On Android, these logs appear in the same terminal window as the Flutter console, so you can see them directly. However, on iOS, only Dart code logs are displayed in the Flutter console, meaning native SDK logs for iOS are not automatically routed there. To view these logs, you need to use Xcode's console (View → Show Debug Area).

Alternatively, if you're familiar with the Assurance plugin, you can use it for debugging.

Adobe Mobile SDK Engineer,
Calise Cheung

2 replies

NimashaJain
Employee
June 27, 2024

@rudi_shumpert Can you have a look into this?

New Participant
September 4, 2024

Hi @nimashajain , @tof_jossic 

The mobile core is not showing the Flutter logs in the case of iOS, I am using the latest version of the AEP Core and other AEP Flutter dependencies.

I have also used the AEP flutter sample app where I also find a similar issue.

I am using Flutter version 3.19.6.

Here is the screenshot from the sample App for Android and iOS respectively for your reference :

 

 

Tof_Jossic
Employee
September 4, 2024

@ashishsh4 I'm checking internally to see if we can help. In the meantime, are the versions available in https://developer.adobe.com/client-sdks/home/current-sdk-versions/#flutter of any help?

Tof_Jossic
Employee
April 19, 2024

@ananthakrishnana Not fully familiar with this but I see a new release on April 16th - Release notes here

[...] A new major version of the Adobe Experience Platform Core Flutter Plugin has been released along with updates to other plugins

 

Let me know if that helps.

New Participant
April 19, 2024

Thanks, i already went through this and could not find anything helpful