This is a migrated thread and some comments may be shown as answers.

deploy my application

3 Answers 77 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 30 Jan 2013, 03:22 AM
hi i am new to icenium i have following questions
1. how to deploy my mobile application mean how to create installer for my mobile application, i just want to create free application for my customers
2. currently icenium is beta version right when you guys going to release this  nad how much the price, may i know about licensing details
3. i have 3 customers, i need to create simple mobile application for this 3 customers but i have to use seperate databases for each customer
for customer 1 i have point the database in customer 1 server, so how to achive this somethinf like web.config file connection string details in asp.net application

3 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 30 Jan 2013, 07:59 AM
Hello M Kumar,

1. Mobile applications are usually deployed via Apple App Store for iOS or Google Play and some other stores for Android.
Icenium can greatly help by signing the final packages and even upload the application to iTunes Connect without a Mac (in upcoming release).

2. Icenium is NOT a Beta since official release (22 October 2012) and soon we are going to release v.1.2. We determent to release new features and improvements each 2-3 mounts.

3. The common approach in HTML application for work with remote data on a server is using Ajax and JSON to consume a web service.

It depends what technology is used at web server for example is it return XML or JSON, is it PHP or ASP.NET, etc.

You can find many tutorials on the web how to do that  for your specific case.

Note: That it is good to implement some sort of offline buffer/cache data layer as connection may drop.


All the best,

Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
M Kumar
Top achievements
Rank 1
Iron
Veteran
answered on 31 Jan 2013, 01:42 AM
hi Mr.jordan thank you for your reply



"1. Mobile applications are usually deployed via Apple App Store for iOS or Google Play and some other stores for Android.
Icenium can greatly help by signing the final packages and even upload the application to iTunes Connect without a Mac (in upcoming release)."




can you provide tutorial to deploy the application in google play and apple store
0
Jordan
Telerik team
answered on 31 Jan 2013, 05:56 AM
Hello M Kumar,
  • for Android:

1. Go to Options -> General tab and chose Create new self-signed identity with type Google Play and expiration date 10/24/2033 then fill the rest of the fields and pres OK.
2. in navigation tree press on Properties node and go to Android tab and select this newly created sell-signing identity.
3. In files tree select your project context menu chose Publish.
you should be able to make a package for Google Play.
4. Then go to Google Play developer console and upload/publish you application.

  • for iOS:

We have a dedicated topic in or documentation here:  

How to build your app for the AppStore.



Regards,
Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
AppBuilder Windows client
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Answers by
Jordan
Telerik team
M Kumar
Top achievements
Rank 1
Iron
Veteran
Share this question
or