Closed LarssK-TS closed 2 months ago
Hi @LarssK-TS , which version of Exponea Flutter SDK are you using?
This issue was already fixed in our native iOS SDK 2.26.2 -> which is updated and used in Flutter 1.7.0 - so the update to this or newer version should help to avoid this issue.
Hi, sorry forgot to add that we are using 1.7.0
Hi @LarssK-TS , I double-checked it and as I mentioned, it was fixed in native iOS 2.26.2 so it should work for Exponea Flutter SDK 1.7.0 +
But based on the info ^ "“Frameworks/ExponeaSDK_Notifications.framework/ExponeaSDK-Notifications.bundle" , its a problem with Exponea SDK Notification part -> which is not directly part of Flutter SDK, and you are linking it in app notification extension - and also this must be version 2.26.2+ (we recommend to use the same version as iOS SDK is used (so for Flutter 1.7.0 is 2.28.0 as you can see here))
Can you please check you ExponeaSDK-Notifications version you are using in the app? -> and update it to at least 2.26.2 (resp. to 2.28.0)
With that version it should be fine 🙏
Hi @LarssK-TS , I double-checked it and as I mentioned, it was fixed in native iOS 2.26.2 so it should work for Exponea Flutter SDK 1.7.0 +
But based on the info ^ "“Frameworks/ExponeaSDK_Notifications.framework/ExponeaSDK-Notifications.bundle" , its a problem with Exponea SDK Notification part -> which is not directly part of Flutter SDK, and you are linking it in app notification extension - and also this must be version 2.26.2+ (we recommend to use the same version as iOS SDK is used (so for Flutter 1.7.0 is 2.28.0 as you can see here))
Can you please check you ExponeaSDK-Notifications version you are using in the app? -> and update it to at least 2.26.2 (resp. to 2.28.0)
With that version it should be fine 🙏
That makes sense I will double check,thank you
Hi, we have started receiving emails from AppStore Connect everytime we upload a new build, the app hasn't been rejected but it sounds like apps will be rejected after November 12th 2024. The issue appears to be related to the Exponea SDK missing the declaration, manifest and tracking information in the privacyinfo file.
Reading the docs Apple has a work around for users who aren't able to obtain a valid manifest from 3rd party SDK developers, however I'm not sure what will happen come November 12th. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/adding_a_privacy_manifest_to_your_app_or_third-party_sdk#4477106
Thank you