If a user is offline when the API request is made (in a iOS mobile app) for recognizing business card text, will the request complete when the user gets internet connection? What's the best way to tackle this scenario?
Handle business card API request when user is offline
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
If a user is offline when the request is made, the request will not come to the service. Your program should be able to detect such situations and know how to handle it.
Please sign in to leave a comment.