PGB Debug used to work all the time. For several weeks it never shows a target.
I tried the local Weinre, but it never shows a target.
I used GapDebug which works well, but it can't monitor TestFlight apps, so I'm stuck with no tools to debug.
Any ideas what I can do?
I tried the local Weinre, but it never shows a target.
I used GapDebug which works well, but it can't monitor TestFlight apps, so I'm stuck with no tools to debug.
Any ideas what I can do?
- 22 Posts
- 0 Reply Likes
Posted 4 years ago
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Caleb,
you are talking about 3 debug tools that have nothing to do with each other. You have to explain better what your are doing. And what your trying to do.
Jesse
you are talking about 3 debug tools that have nothing to do with each other. You have to explain better what your are doing. And what your trying to do.
Jesse
- 22 Posts
- 0 Reply Likes
Jesse, my question is what are my options for debugging?
Phonegap Build Debug tool doesnt work:
The PGB Debug doesn't work with Android or iOS. I doubt the debug is broken since no one else is having issues; it's perhaps something I've done to block it. I haven't been able to find anything that would cause this though.
Localhost Weinre doesnt find targets either. I added the correct ip/port to the config.xml.
You can see that I've enabled debugging on the app:
GapDebug works very well, but it wouldn't recognize my TestFlight app. https://www.genuitec.com/products/gap...
Edit: I do recall my iphone not sending data to Weinre awhile back when Wifi was disabled. Perhaps something like this is happening?
Phonegap Build Debug tool doesnt work:
The PGB Debug doesn't work with Android or iOS. I doubt the debug is broken since no one else is having issues; it's perhaps something I've done to block it. I haven't been able to find anything that would cause this though.
Localhost Weinre doesnt find targets either. I added the correct ip/port to the config.xml.
You can see that I've enabled debugging on the app:
GapDebug works very well, but it wouldn't recognize my TestFlight app. https://www.genuitec.com/products/gap...
Edit: I do recall my iphone not sending data to Weinre awhile back when Wifi was disabled. Perhaps something like this is happening?
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Caleb,
Truthfully, I don't use Weinre any more. What I am going say is from what I know. If there are other points, other people will chime it.
1) When using Weinre, you need to be on the same network. That is, if you are running a local Weinre server, then you need to be on that same local network. In your case, that may mean you need to be on the same wifi network.
2) Make sure you restart the Weinre server when you have any major issues.
3) I am not familiar with GabDebug or TestFlight. My information is that they do not work together. Debugging in the field is fraught with issue. I would not expect them to work together.
Jesse
Truthfully, I don't use Weinre any more. What I am going say is from what I know. If there are other points, other people will chime it.
1) When using Weinre, you need to be on the same network. That is, if you are running a local Weinre server, then you need to be on that same local network. In your case, that may mean you need to be on the same wifi network.
2) Make sure you restart the Weinre server when you have any major issues.
3) I am not familiar with GabDebug or TestFlight. My information is that they do not work together. Debugging in the field is fraught with issue. I would not expect them to work together.
Jesse
- 22 Posts
- 0 Reply Likes
Thanks for the help Jesse.
Apple stuff has been hell in general, but I was able to get around TestFlight for sandbox IAPs, so GapDebug has become my new best friend.
Side question, have you ever done In-App purchases? The most used plugin by fovea seems to be broken; maybe there's an alternative?
Apple stuff has been hell in general, but I was able to get around TestFlight for sandbox IAPs, so GapDebug has become my new best friend.
Side question, have you ever done In-App purchases? The most used plugin by fovea seems to be broken; maybe there's an alternative?
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Caleb,
No I have not used fovea, but if you are having trouble - try an earlier version.
Several of the plugin providers have no sense of backwards compatibility. The worst being facebook, followed closely by Google push - which is finally fixing things.
For fovea, use this plugin:
https://www.npmjs.com/package/cc.fovea.cordova.purchase
It appears to have a new name:
https://www.npmjs.com/package/cordova-plugin-purchase
You tell, if you look at the source code for fovai. However, the second plugin (c-p-p) on npm has no source code.
This appears to be the latest source code. You might want to speak with the author as to the status.
Jesee
No I have not used fovea, but if you are having trouble - try an earlier version.
Several of the plugin providers have no sense of backwards compatibility. The worst being facebook, followed closely by Google push - which is finally fixing things.
For fovea, use this plugin:
https://www.npmjs.com/package/cc.fovea.cordova.purchase
It appears to have a new name:
https://www.npmjs.com/package/cordova-plugin-purchase
You tell, if you look at the source code for fovai. However, the second plugin (c-p-p) on npm has no source code.
This appears to be the latest source code. You might want to speak with the author as to the status.
Jesee
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers

