Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

Push notification for Flutter using ACS

Avatar

Level 5

Is there a way to activate push notifications (Campaign Standard) on Flutter?

The SDK includes the messaging extension but I can't find if it can be used with ACS as it is for AJO. 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Fern, it looks like Flutter may no longer be supported for ACS based on the notes below:

"Since April 25, 2023, Apple has required apps submitted to the App Store to be built with Xcode 14.1 or later. The Experience Platform Mobile SDKs and extensions outlined below were built with prior versions of Xcode and are no longer compatible with iOS and iPadOS given Apple’s current App Store requirements. Consequently, on August 31, 2023, Adobe will be deprecating support for the following Experience Platform Mobile SDKs and wrapper extensions:"

"After August 31, 2023, applications already submitted to the App Store that contain these SDKs and wrapper extensions will continue to operate, however, Adobe will not be providing security updates or bug fixes, and these SDKs and wrapper extensions will be provided as-is exclusive of any warranty, due to the App Store policy outlined above."

https://github.com/adobe/flutter-acpplaces

 

Based on the current documentation/SDKs, updated versions (2.0 or later) are compatible with native Android and iOS for several Adobe products but not ACS.

https://developer.adobe.com/client-sdks/home/current-sdk-versions/

 

Regards,

Craig

 

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

Hi Fern, it looks like Flutter may no longer be supported for ACS based on the notes below:

"Since April 25, 2023, Apple has required apps submitted to the App Store to be built with Xcode 14.1 or later. The Experience Platform Mobile SDKs and extensions outlined below were built with prior versions of Xcode and are no longer compatible with iOS and iPadOS given Apple’s current App Store requirements. Consequently, on August 31, 2023, Adobe will be deprecating support for the following Experience Platform Mobile SDKs and wrapper extensions:"

"After August 31, 2023, applications already submitted to the App Store that contain these SDKs and wrapper extensions will continue to operate, however, Adobe will not be providing security updates or bug fixes, and these SDKs and wrapper extensions will be provided as-is exclusive of any warranty, due to the App Store policy outlined above."

https://github.com/adobe/flutter-acpplaces

 

Based on the current documentation/SDKs, updated versions (2.0 or later) are compatible with native Android and iOS for several Adobe products but not ACS.

https://developer.adobe.com/client-sdks/home/current-sdk-versions/

 

Regards,

Craig

 

Avatar

Level 5

Thanks Craig!

Do you know if there is any other way to have push notifications with ACS using Flutter? even if it is a workaround for sending the tokens to ACS via API calls?

Avatar

Employee Advisor

Hi Fern, perhaps someone else in the forums may have a workaround, but I am afraid that I don't know of any.