Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Missing Android 14 integration steps (manifest require changes) #50

Open
andvalsol opened this issue Aug 7, 2024 · 1 comment
Open

Comments

@andvalsol
Copy link

Here's the following code that should be added in Android 14 in order to make the library comply with the required permissions.

Inside the AndroidManifest.xml file add the following:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING" />
as well as the following:
<service android:name="com.salesforce.android.chat.core.internal.service.ChatService" android:foregroundServiceType="remoteMessaging"> </service>

@MarlonAEC
Copy link

@andvalsol that worked like a charm thanks for that! we should merge that into the main repo since it's required for android version to work on the latest android releases. Anyways thanks for the tip

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants