Hey There,
I am using Talk SDK (1.1.0) in my android project as your documentation states:
maven { url 'https://zendesk.jfrog.io/zendesk/repo' }
in the build.gradle file (Project)
and
implementation 'zendesk.talk:talk-android:1.1.0'
in the build.gradle (Module).
I am initializing everything in the onCreate if the Application Class.
, but when I call the method
startCallSetupFlow
an Exception occurs:
java.lang.RuntimeException: Unable to start service zendesk.talk.android.internal.call.service.TalkCallService@30e9b65 with Intent { cmp=zendesk.talk.android.internal.call.service.TalkCallService (has extras) }: java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
Can you please see if you can replicate your issue using our sample application?
Thanks!