You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
I have been using MAG SDK for my iOS application, It seems there is bug in SDK. Renwal process uses "PUT" method and request and response type is JSON, however type being received for client certificate is text/plain in renewal process.
I have tried to change response type to text/plain, i was able to receive certificate but it somehow stop other operation to work.
So we have one api that throws error code 206, which eventually trigger renewal process which causes above mentioned error.