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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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.
サインインしてコメントを残してください。