-
Hi, I modify the example code(FetchAPI) to fetch real internet data. In. the simulator, everything work fine. But when using developer bridge mode to install app to the GTR4, it's not working to fetch the data. Please give me some direction to debug this issue, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi! Is there any message in the console when you fetch on your GTR4? |
Beta Was this translation helpful? Give feedback.
-
Did you already try on both iOS and Android? There are some differences in catching the body responses on Android vs simulator and iOS. Make sure to do plenty of logs and see where it fails. I debugged this with showing log info on the watch display itself temporary. |
Beta Was this translation helpful? Give feedback.
Did you already try on both iOS and Android? There are some differences in catching the body responses on Android vs simulator and iOS. Make sure to do plenty of logs and see where it fails. I debugged this with showing log info on the watch display itself temporary.