I have a news app, which when starts fetches news items from server with Asynctask. The webservice is a .net soap webservice(.asmx). Everything works fine on other devices and Android 6.0.1 even on Android 6.0.1. It seems that, Webservice is called, progressbar is displayed and next web method is also called, but no data comes back. We have discovered it on only Android 6.0.1 devices like Samsung Note and Samsung S6/s7.
Asked
Active
Viewed 70 times
0
-
2debug your app and post your logcat – Onkar Nene Jul 05 '16 at 11:57
-
Are you requesting the appropriate permissions at runtime? – earthw0rmjim Jul 05 '16 at 11:58
-
actually it is working fine on other devices except Samsung Note/S6/S7. – Omprakash Ojha Jul 06 '16 at 08:16