Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phonegap Build compatibility #10

Open
s-azpiazu opened this issue Jul 1, 2015 · 3 comments
Open

Phonegap Build compatibility #10

s-azpiazu opened this issue Jul 1, 2015 · 3 comments

Comments

@s-azpiazu
Copy link

Can this plugin actually be used when building via Phonegap Build?

If so, how?

@Charbonnel
Copy link

Actually you can't ;
The problem is : "plugin unsupported: org.nypr.cordova.wakeupplugin" when i use phonegap build.

Any solution ?

Edit : Still have the problem, i don't have an ios machine so i need use Phonegap Buid, anyone ?

@grzesiekmq
Copy link

"On phonegap build you can now install plugins from github. Add this to your config.xml"

<plugin spec="https://github.com/wnyc/cordova-plugin-wakeuptimer.git" source="git" />

@bobbyray
Copy link

PhoneGap Build successfully builds the wake up timer plugin when configured as shown above for ios. I am using the snooze api and can break-point on the success callback, but the debugger shows no valid objects and the debugger no longer works. The debugger is GapDebug for 64 bit Windows and works fine break pointing and showing objects otherwise. The plugin works fine when built for android on a windows machine. I do not have a mac, so I need to use PhoneGap Build to build for ios. The ios app from PhoneGap Build works fine for several other plugins found in PhoneGap Build. The iPhone I have for debug has ios 9.3.2. (By the way, if I run without a debugger, the plugin does not work, although the app continues for work otherwise.) Any suggestions or resolution are greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants