How to package a sencha touch application on Blackberry10 webworks?
I am new to blackberry application development please help me out in packaging the application? i dont want to use phonegap as mediator for packaging sencha touch application in BB10
Here are instructions on how to build a Sencha Touch application for BlackBerry 10:
https://developer.blackberry.com/html5/documentation/creating_blackberry_webworks_applications_with_sencha_touch.html
Summary:
Use Sencha SDK to compile your app
Create a config.xml file
(necessary for WebWorks)
Package your application using the
BlackBerry 10 WebWorks SDK.
Related
I am creating a MVC4 web application and i am using sencha 4.2.1 library which i downloaded from sencha website. Library size is 300+ MB so i can not deploy this package to IIS. So please let me know how can i deploy website along with sencha to IIS.
Thanks,
Nishant
You don't need all of those files in your project.
This is the File Structure as described in the ExtJS Sencha tutorials.
For more details visit :
http://docs.sencha.com/extjs/4.2.2/#/guide/application_architecture
You should use Sencha CMD to build a minified single javascript file for deployment purposes.
http://docs.sencha.com/cmd/3.1.2/#!/guide/command
I'm using sencha touch 2.2.1
I have doubt to config a sencha app to iOS app in windows7.
I already deployed the sencha touch app to android app its works well. My problem is I don't have MAC-OS. so, can I deploy sencha app to iOS app in windows7 alone with apple-ID, certificate path and key values in sencha config file.
pls anyone tell me thanks in advance...
This should work. Just set up a packager.json file as it is described here and use sencha app build native in your command line to build your native iOS app.
If it does not work you could use the PhoneGap-Cloud-Build-Service. You'll find information about how to set up cordova / phonegap in this video.
You will need to build all your apps in XCode 5 from February 1st which will require a mac.
source: https://developer.apple.com/ios7/
I saw this service yesterday which I haven't looked into myself, but may allow you to compile apps in the cloud using one of their macs, rather than have to buy one yourself at great cost : http://www.macincloud.com/
I just downloaded mAdserve and was willing to try it out with my Sencha Touch 2 application. Unfortunately, it only comes bundles with SDKs for Andriod and iOS. How can I take advantage of this with Sencha Touch or HTML5 apps in general?
I downloaded sencha touch
and extracted into a folder.
And then I downloaded the sdk tool
and installed it.
Used windows 7 cmd, cd to the sencha touch folder, and then run sencha generate app myapp ../myapp,
then it shows a red error message "The current working directory is not a valid SDK directory. Please 'cd' into a SDK directory before executing this command."
If you are using Sencha SDK 2.1.0, you have to use the Sencha CMD instead of Sencha SDK Tools.
Here is the system setup documentation for Sencha CMD:
http://docs.sencha.com/touch/2-1/#!/guide/command
I develop a sencha touch application. Its working fine.
Now i want to deploy/ run this application on blackberry simulator.
i found many question related to this but i did not get what to do exactly.
Please someone help me how to do this?
How to make phonegap build of sencha application to run on blackberry simulator.
Thank's in advance.
Follow phonegap's instructions for setting up a blackberry environment.
Build your project and move the entire contents of the built directory into the same folder that phonegap normally puts its index.html.
Follow phonegap's blackberry build instructions.