how to download a file in app made by intel xdk? - download

how to download a file in app made by intel xdk something like android internal download manager ?
how can I use cordova file transfer ? can you tell me in details please ?
Beginner

when you build the apk in Andoird, iOS or crosswalk when the message of the build was successful apear you may press download build to get the file or send to your mail.

You can use cordova-plugin-crosswalk-webview, for more guidance, please see
https://crosswalk-project.org/documentation/cordova/cordova_4.html

Related

Recently when I updated my application and App is rejected

Please Help Me Fix this issue.
Recently when I updated my application(OXOO movies streaming app) I receive this email from Play Console:
Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of an SDK which contains code to download or install applications from unknown sources outside of Google Play.
The SDK can be identified using the classname com.dcastalia.localappupdate.DownloadApk.
Affected Version(s):
App Bundle:3, App Bundle:3, App Bundle:3
But I have checked everything but have not found anything like this in the application.
Please give me some advice to fix this.
It is really important for me to release an update.
remove
implementation 'com.github.Piashsarker:AndroidAppUpdateLibrary:1.0.3'
from your build.gradle

Upload Build Using XCode 9

As IOS release its new updates we have IOS-11 now and to support we have Xcode9.
Xcode-9 has changes its upload process of build to i-Tunes and its quite unfamiliar for us to Follow the process.
Recently i need to upload the build but the selection of certificate section is quite confusing.
I have choose my distribution certificates but i it will not allow me to proceed further
Sometimes its says : 'Profile is not manually managed.'
Sometimes its says : Profile is not Appstore certificates.
Please if anyone can guide me How to Upload build using Xcode-9
Thanks.
I think choosing Automatically manage signing, and trying to upload a build using Application Loader will solve you problem.

Trouble building V8 on Windows 7

I have a need to build a desktop app using embedded V8. The online documentation says I need to use gyp. OK, but I can't seems to download gyp. Keep getting an "unable to connect to repository at URL" message. Is there another way to build V8? Is there another URL besides the one published by Google that I can use?
TIA

Is it a sandbox issue? how to fix it? (I am implementing a plugin of apple mail)

Maybe this tutorial is out of date( it was written in 2009),but I cannot find a better one. While following it step by step, I was stuck at Loading a Plugin section. Apple mail failed to load the plugin.
here is a screenshot of Console's information.
Has anybody else tried to follow this tutorial on OS X 10.9 recently?
////////////////////update/////////////////////////
It seems "~/Library/Mail/Bundles/MyPlugin.mailbundle/Contents/Frameworks/Python.framework/Versions/2.7/python" needs code signing.
Yes, this is a sandbox problem: Python Mail plug-ins (and I think all plug-ins) cannot read files outside of their container (the Plugin.mailbundle directory).
If you followed the instructions on the tutorial page you mention, you are probably building an alias build of the plug-in (using python setup.py py2app -A), which means that the plug-in will try and access files from the original source location, which is almost always outside of the sandbox (in your case, it's /Users/greedyint/Desktop).
Try running without -A to make a full build.

Phonegap build problems

i have recently created my first app and got it onto my ipad, however, i wasn't getting the "phonegap is working" alert. After digging around the code, it seems the onDeviceReady function is not running and i narrowed it down to the phonegap-1.3.0.js, which was missing. I thought that phonegap build this file automatically, but can't seem to find it anywhere. can someone tell me hoe to generate this file or where i can download it?
You should check that you have all the phonegap files that you need, and download the zip file from here: http://phonegap.com/download-thankyou (assuming you're ok with using the latest PhoneGap).
Visit http://code.google.com/a/eclipselabs.org/p/mobile-web-development-with-phonegap/source/browse/trunk/com.mds.apg/resources/phonegap/js/phonegap-1.3.0.js?r=126

Resources