최근 검색


최근 검색 없음

Johann (Domyos E Connected)'s Avatar

Johann (Domyos E Connected)

가입한 날짜: 2024년 6월 19일

·

마지막 활동: 2024년 6월 19일

팔로잉

0

팔로워

0

총 활동 수

2

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Johann (Domyos E Connected)

Johann (Domyos E Connected)님이 에 게시물을 만듦

게시물 Q&A - Apps and integrations

Hello,

I work on Zendesk  SDK integration in my iOS app.

We are using anonymous identity to open a ticlet with both user mail and user name:

Zendesk.instance?.setIdentity(Identity.createAnonymous(name: name, email: email) 

We are using the SDK to create a ticket:

func createRequest(completion: (Error?)->Void) {

        let request = ZDKCreateRequest()

        request.subject = "this is a test"

        request.requestDescription = "Please delete this request"

        requestProvider.createRequest(request) { (result, error) in

            completion(error)

        }

    } 

When we retrieve the number of tickets just after creation, we call:

requestProvider.getAllRequests { (list, error) in

            print(list)

        }

list contains 1 element.

 

The issue is when we call “getAllRequests” after killing the app: list is empty then.

We used to use Messenging tool successfully for another purpose, the request count worked even if the app was killed between a request creation and a getAllRequests call.

Did we forget something ? Do you use a king of cookie to keep information through 2 app launches ?

 

Thanks !

 

2024년 6월 19일에 게시됨 · Johann (Domyos E Connected)

0

팔로워

2

투표 수

1

댓글