hi, sorry for annoying you, but I found some bug(maybe).
as you know, my app using app42 api(user service) in android
and there's no error on smartphone but have some error only on tablet! (G-Pad 8.3 or Galaxy Note 7).
The error prints log "Unable to resolve host "api.shephertz.com".
But there's no problem on Wi-Fi connection and manifest permission setting.
and finnaly I fount NullPointerException Exception :com.shephertz.app42.paas.sdk.android.App42Exception!
here's log.
06-27 21:00:54.060 6735-11062/nahunhee.circle I/System.out: ########## Setting Session ##########
06-27 21:00:54.070 6735-11062/nahunhee.circle I/System.out: Json String : {"app42":{"user":{"password":"4444","userName":"4444"}}}
06-27 21:00:54.070 6735-11062/nahunhee.circle I/System.out: sortedparams: apiKey97830c4223ea683b7a3051691c25bb0b06c1a539187eea47c37d8856c882b492body{"app42":{"user":{"password":"4444","userName":"4444"}}}sessionIdc41fa989-1fa6-4250-b091-522978a3bb50timeStamp2016-06-27T12:00:54.052Zversion1.0
06-27 21:00:54.070 6735-11062/nahunhee.circle I/System.out: Setting Header value : deviceId : dc5542ad75ce220e
06-27 21:00:54.070 6735-11062/nahunhee.circle I/System.out: Setting Header value : signature : g8WZKj8crOG0kJ7WYSUmUMqgBWI%3D
06-27 21:00:54.070 6735-11062/nahunhee.circle I/System.out: Setting Header value : SDKName : Android
06-27 21:00:54.070 6735-11062/nahunhee.circle I/System.out: Setting Header value : version : 1.0
06-27 21:00:54.080 6735-11062/nahunhee.circle I/System.out: Setting Header value : sessionId : c41fa989-1fa6-4250-b091-522978a3bb50
06-27 21:00:54.080 6735-11062/nahunhee.circle I/System.out: Setting Header value : apiKey : 97830c4223ea683b7a3051691c25bb0b06c1a539187eea47c37d8856c882b492
06-27 21:00:54.080 6735-11062/nahunhee.circle I/System.out: Setting Header value : loggedInUser : 4444
06-27 21:00:54.080 6735-11062/nahunhee.circle I/System.out: Setting Header value : timeStamp : 2016-06-27T12:00:54.052Z
06-27 21:00:54.080 6735-6735/nahunhee.circle I/----: onPostExecute: true
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: PostResponse is {"app42":{"response":{"success":true,"users":{"user":{"userName":"4444","accountLocked":false,"sessionId":"c41fa989-1fa6-4250-b091-522978a3bb50","email":"4444@smartmddath4444.com"}}}}}
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: Name : email
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: value : java.lang.String
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: Name : sessionId
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: value : java.lang.String
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: Name : userName
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: value : java.lang.String
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: Name : accountLocked
06-27 21:00:54.601 6735-11062/nahunhee.circle I/System.out: value : java.lang.Boolean
06-27 21:00:54.621 6735-11090/nahunhee.circle I/System.out: ########## Setting Session ##########
06-27 21:00:54.631 6735-11090/nahunhee.circle I/System.out: sortedparams: apiKey97830c4223ea683b7a3051691c25bb0b06c1a539187eea47c37d8856c882b492sessionIdc41fa989-1fa6-4250-b091-522978a3bb50timeStamp2016-06-27T12:00:54.628ZuserName4444version1.0
06-27 21:00:54.631 6735-11090/nahunhee.circle I/System.out: QueryString is ?
06-27 21:00:54.631 6735-11090/nahunhee.circle I/System.out: Policy.NETWORK_FIRST
06-27 21:00:54.641 6735-11090/nahunhee.circle I/System.out: Exception :com.shephertz.app42.paas.sdk.android.App42Exception: java.lang.NullPointerException
06-27 21:00:54.641 6735-11090/nahunhee.circle I/----: java.lang.NullPointerException
The important thing is, I changed user's email address ( 4444@smartmath4444.com to 4444@smartmddath4444.com) on App42 Website, and here's email address change! ({"userName":"4444","accountLocked":false,"sessionId":"c41fa989-1fa6-4250-b091-522978a3bb50","email":"4444@smartmddath4444.com"}}}}})
so I think there's some error or bug on before onPostExcute: true..
Plz check it : )