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
when user is not connected to internet, it return this error: ClientException with SocketException: Failed host lookup: 'play.google.com' (OS Error: No address associated with hostname, errno = 7), uri=https://play.google.com/store/apps/details?id=<PACKAGE_ID>&hl=en_US
when app is not found it returns: Unhandled Exception: Exception: Invalid response code: 404
My suggestions are:
when user is not connected to internet : mark canUpdate to false
when app is not found : add a parameter isAppExist and its value is false and mark canUpdate to false
and THANK YOU SO MUCH FOR UR WORK
The text was updated successfully, but these errors were encountered:
when user is not connected to internet, it return this error:
ClientException with SocketException: Failed host lookup: 'play.google.com' (OS Error: No address associated with hostname, errno = 7), uri=https://play.google.com/store/apps/details?id=<PACKAGE_ID>&hl=en_US
when app is not found it returns:
Unhandled Exception: Exception: Invalid response code: 404
My suggestions are:
and THANK YOU SO MUCH FOR UR WORK
The text was updated successfully, but these errors were encountered: