Top

iOS | 2.14.3

Comments

3 comments

  • Le-Trong-Nghia HUYNH

    Hello,

    This should be fixed in v2.14.4.

    0
    Comment actions Permalink
  • Patrik SPISAK

    You have bug in 

    RainbowTaskService.Notifications.didRemoveRainbowTaskCategory

    Notification.object is nil. 

    Also I realised when you are deleting last task, so there is no more tasks, function is throwing error even deletion is successfully handled. 

    This function always throw if you delete latest saved task

    try await rainbowTaskService.removeFromTheRainbowTaskList(rainbowTask: task)

     

    0
    Comment actions Permalink
  • Le-Trong-Nghia HUYNH

    Hello,

    For the first point:

    RainbowTaskService.Notifications.didRemoveRainbowTaskCategory

    Yes, that's a mistake... the category is not returned in the object. Noted for next version.

    For the second point:

    try await rainbowTaskService.removeFromTheRainbowTaskList(rainbowTask: task)

    This is a server issue. We receive 200 OK with no content in this specific case. The issue is new in this version of iOS SDK because we have correctly managed 200 and 204 codes. I have opened a ticket for server team.

    0
    Comment actions Permalink

Please sign in to leave a comment.

  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message