- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The XDK does not provide you with an xcode project. The XDK allows you to compile a Cordova based build with can be installed on device or submitted to the store. You can not import it into xcode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you try to add it as a git repo plugin? I just did that, see the image below. Unfortunately, this is a MASSIVE git repo (750MB) so it takes a very long time to add it (especially dependent on your network connection). It might work better to download the ZIP and then add it as a local plugin. Here's the link to the downloads in that repo > https://bitbucket.org/appodeal/appodeal-cordova-plugin/downloads, I presume they mean for you to use the "master" branch and not the "ios" branch (the master contains code for an iOS build).
There's a binary file in the libs directory named Appodeal that is 491MB in size, which is the reason the repo is so big. I believe this is meant for use with Android, but it may cause troubles with the build, since you will probably end up with too large a package for building. It certainly won't fit into an APK. I tried a quick build with Android and it uploaded and attempted to build but failed with an odd error message. I did not try an iOS build.
Here's how you retrieve it directly from their git repo. Otherwise, if you download the ZIP, unzip and then choose "Import local plugin" and point to the "plugin.xml" file inside the unzipped directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
thanks for reply
i want to build thisvia ios ... and i already donwload the file and add it locally but it fail (CLI 4.1.2 and CLI 5.1.1)
for android there is no problem their plugin for android are https://github.com/appodeal/Appodeal-PhoneGap-plugin.git and https://github.com/appodeal/PhoneGap-GooglePlayServices.git and it wroks perfectly
but for the ios even if i add it locally ... it not work
it's really important ... i try to contact them and it seem that they are slow :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perhaps downloading the iOS branch and trying that will work better...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and please how to download the ios branch ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From the downloads page I gave you, click the "Branches" tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please ask the plugin vendor if their plugin requires Xcode 7. If that is the case, our build system will not work, it has not yet been upgraded to use Xcode 7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
the plugin is working on xcode 6.x and up
the framework is too big ... and intek xdk takes time to upload to server then it fail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ld: 29 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
It appears that you are including duplicate plugins. What plugins are you including?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page