Cannot find/download .csr file from Intel XDK - intel-xdk

I am new to Intel XDK and have developed iOS app. I am trying to deploy the iOS app using Intel XDK. I need a CSR file for it. I am trying to generate CSR file using Intel XDK. But I cannot download the generated CSR file anywhere. I searched my local system and also can't find any such files.

You can generate .csr file from intel xdk. fill in the details and click submit. wait for some time to complete the process then it will show pop up to download the file to desired location. try and if you have any other problem reply.

I get this image but no any download option.

This is what you should get when you click submit.
after that you will get this pop up. I you are not getting these it should be a bug in intel xdk.

Related

From Where I Can Download Intel XDK Version 3987 for Mac?

I understand that Intel XDK has been retired and the download links are no longer working.
I want to download and use Intel XDK (version 3987) for Mac. Because, I need to update a few apps made through Intel XDK.
Can someone tell me from where I can download Intel XDK (version 3987) or a DropBox link?
Sorry, but those downloads are no longer available. Even if you do find someone who has saved away an installer, it is unlikely to work well without the XDK backend services, which have also been retired.
Please see Alternatives to Using the IntelĀ® XDK to Develop Mobile Apps on the Intel site for help.
Note that the Intel XDK was an assembly of most of the tools described in that article. So those tools are your best place to start. Also, see the additional reference links at the bottom of that article.

Error Intel XDK Register

This happens when I try to login or register me in Intel XDK.
what I do?
PS. I already have an account; disabled the firewall too.
Link to image
The latest Intel XDK build is broken. Go here to download the previous version: https://software.intel.com/en-us/forums/intel-xdk/topic/705276
Search for xdk_web_win_master_3759

Intel XDK legacy Build Problam

In new version of intel xdk they removed legacy build option and now only showing cordova hybrid build option which not good because apk easily convertible to zip it is showing complete source code in asset folder to protect from it ,i want to use cordova-plugin-crypt-file (https://github.com/tkyaji/cordova-plugin-crypt-file) plugin in intel xdk to protect complete source code how can i use this plugin if anybody have any link or suggestion or any other way to solve problem so please help me.
In updated Intel xdk ,they remove legacy build option.But in the updated intel xdk you can build normal application and cross Walk application.Also the above mentioned plugin work on crosswalk , android and ios.

Build my cross platform applications using intel XDK without cloud support?

I recently start using Intel XDK. I found that for each platform creation my code will go to Intel cloud center to perform the build. Its a feature mentioned at Product Brief IntelĀ® XDK.
Can I build that locally? I mean can I build locally in my system itself using Intel XDK? If so, then how?
are you afraid of intel knowing your code? in cordova\html5 app your code is available to anyone just get the apk from the store open with winrar and your code is there
if you want offline build there is no problem just read the cordova\phonegap docs step by step.
As you, I needed to build locally my application, principally to debug once Intel XDK, at least in the version 1621, does not provide support to load third-party-plugins(eg: PhoneGap Push Plugin) on Intel App Preview debug mode. Another problem was generate an iPhone build for beta tests.
My solution was, as the others suggested, to create an similar cordova project and copy the main files from my Intel XDK Project, www folder to be more specific. Config files will be found in platforms folder once you build using cordova/phonegap.
It allowed me to build for android on my machine. Debug was easy using "Chrome Inspect" because cordova generates an debug-unaligned.apk.
Allowed me to have access to the iOS build files, this is a good thing to do if you want to build using Xcode instead.
I Hope it help you.

Adobe AIR packager yields Unable to open destination file: ... Info.plist in Application Loader

I have an app in the App Store that I produced using the Adobe AIR 2.0 packager back in March 2011. Now, the client wants to update it. But, I can no longer upload an update.
I get the following error when using the Application Loader:
Unable to unzip application. Underlying reason: Unable to open destination file: /var/folders/05/d7xltrms59j0n1bplx_nvwr0000gn/T/Protocols.ipa/Payload/ProtocolsSmall.app/Info.plist, No such file or directory.
Looking inside the IPA, Info.plist is certainly in there.
I tried using new provisioning and new certificates, I tried using Java 32-bit, I tried reinstalling Flash CS5. I tried the 2.5 SDK (I can't using anything higher though).
I wonder if this packager is creating an outdated IPA that Apple no longer accepts. Ideas anyone?
I managed to solve the problem. I used the AIR 2.5 SDK and PFI. Then, I upgraded Application Loader to 2.4.1 and that did the trick.
To download AIR 2.5 SDK, go to the Adobe archives: http://kb2.adobe.com/cps/853/cpsid_85304.html
To download an updated version of PFI, go to the following link:
MAC:
http://download.macromedia.com/pub/flash/updates/11/ios/mac/PFI_MAC_2_0_1_12640.zip
There is a Windows version, but I can't post that link since I'm only allowed to post 2 hyperlinks.