Software Archive
Read-only legacy content
17061 Discussions

Pushwoosh iOS build fails

Mario_T_
Beginner
588 Views

Hi,

I have XDK app that uses Pushwoosh service for push notifications. I'm using version 1816 of XDK. When I try to build iOS app i get an error

Error: Plugin "com.pushwoosh.plugins.pushwoosh" (3.4.11) failed to install.

App builds fine for Android crosswalk with same plugins.

There is no log which I can C/P.

0 Kudos
3 Replies
John_H_Intel2
Employee
588 Views

Are you trying to include that particular version for a reason?

I can successfully built an iOS 8 app using the default plugin value and the build log says 

  • Plugin "com.pushwoosh.plugins.pushwoosh" (3.4.9) installed.

What are you specifying for the name and plugin ID? Local plugin or from the web?

0 Kudos
Mario_T_
Beginner
588 Views

I wasn't specifying version number at all, i just added plugin through XDK interface. It used latest available version (3.4.11) as I can see.

I now tried downloading plugin locally and it worked (version is 3.4.11), but I don't understand why it doesn't work when I include it from the web.

Is there any kind of log I can take a look at (I'm using Linux)?

0 Kudos
John_H_Intel2
Employee
588 Views

Under Plugins, pick Get Plugin From Web, then enter the following into the fields:

pushWoosh ( can be anything you want)
com.pushwoosh.plugins.pushwoosh
(dont check the box)
https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git

You can see https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin for more info. 

0 Kudos
Reply