HQ icon indicating copy to clipboard operation
HQ copied to clipboard

Cannot load question list in IOS?

Open Buddikazz opened this issue 6 years ago • 4 comments

HI I have config host and ios app and server.All work Fine.But when start channel and push the question it shows in IOS console.but if self.questionId == self.seiId { self.addQusetionViewWith(qusetin: question, answers: answers) self.questionId = -2 } print ==================questionId--- -2 ==========seiId=========== 0 in this point it false.Please help on this

Buddikazz avatar Jan 14 '19 10:01 Buddikazz

HI I have config host and ios app and server.All work Fine.But when start channel and push the question it shows in IOS console.but if self.questionId == self.seiId { self.addQusetionViewWith(qusetin: question, answers: answers) self.questionId = -2 } print ==================questionId--- -2 ==========seiId=========== 0 in this point it false.Please help on this

Hi Buddikazz,

Did you receive the question from below delegate ?

   func agoraHQSig(_ agoraHQSig: AgoraHQSigKit!, didReceivedChannelMessage channel: String!, 
   message: String!, messageId: Int64)

dubian0608 avatar Jan 15 '19 05:01 dubian0608

HI dubian0608,

Thanks for response,

when i debug that func its not calling ,actually no question received How to fix this problem?

Buddikazz avatar Jan 16 '19 04:01 Buddikazz

a backend migration is currently going on so our demo server is temporarily down. We will try to make it back up by end of Jan.

plutoless avatar Jan 16 '19 16:01 plutoless

@plutoless Thanks for the reponse i will keep in touch with the fixed.

Buddikazz avatar Jan 17 '19 11:01 Buddikazz