my account signup create apps support faq dev guide tour

Login
Email id
Password


  Trial: Email:cloud@saasmob.com, Pwd:cloud
Recover password
Email id

* Email id
* Password
* Confirm password
* First name
* Last name
* Phone
Phone number should have digits only. Put country code, without any leading 0s before the number. Example: 19191234567
Notification Email id   Sms

Widget
Category
Theme
User
App
Pricing
Price discount
Widget
Add
Edit
Delete
Parameters
Add/edit widget
* Id
* String identifier
*  Status
* Title
*  Categories
Add
Remove
* Description
* Url
* Mobile url
* Icon url  (Relative to theme folder e.g /images/icon.png")
Parameters
Add
Edit
Delete
Add/edit parameter
* Name
* Description
Categories
Add
Edit
Delete
Add/edit category
* Name
Themes
Add
Edit
Delete
Add/edit theme
* Title
* File
Upload
Search users
*  Status
*  Type
* Email id
* First name
* Last name
Users
View
Enable
Disable
Delete
Search aaps
 AppId
 Name like
*  Status
Apps
Delete
Enable
Disable
Pricing
Add
Edit
Delete
Add/edit pricing
* Type
 Api username
 Api password
 Api signature
* Payment amount
* Payment description
* Sandbox
Discount
Add
Edit
Delete
Add/edit discount
 Code
 Discount %
  • Create
  • Edit
  • Delete
  • Manage content
  • Grab url / Preview
  • Generate code
  • Usage report
  • Request app-store submission
  • Manage subscription
Apps
 If app is edited in app creation wizard, any changes made via code editor will be overwritten

Usage report
Start date
End date
Type
  
Smart App Subscription USD 99.0 per month
Coupon code (Optional)


 Optional, if you want to download Smart App Client for native, semi-connected apps
Smart App Client License and Maintenance USD 2500.0 per year
Coupon code (Optional)


A valid subscription exists for App and/or Client. To unsubscribe, click the button below.
A valid subscription exists for this App. To unsubscribe, click the button below.


A valid subscription exists for Smart App Client. To unsubscribe, click the button below.
USD
  • Application type

  • Starting point

  • App info

  • Choose widgets

  • Customize widgets

  • Next steps

  • Select application type


    Browser based

    Native
    Choose starting point


    Create from widgets

    Create from web service

    Enter app info

    * Title  
     Logo
    Upload   
     
    * Theme
     Background
    Upload   
     

    Choose widgets

    Add
    Overview
         Remove
    Move up
    Move down

        
    Select type


    Native

    Hybrid

    Browser

    Ping
    Subject
    Message
    Comment
    Copyright© Saasmob
    Please follow following instructions after downloading app code and our Client (This assumes that you have already installed SDK for the device you are working on):
    iPhone
    • Change extension of javascript files to .txt
    • In index.html, replace .js links to .txt
    • Copy generated files to Resources folder of our iPhone Client
    Android
    • Copy generated files to assets folder
    BlackBerry
    • Copy generated files to project source's html folder. If there is no html folder under src then create one and then copy
    • Change the path of all referenced files in index.html, main.js and style.css as shown. For eg, in index.html, change path to referenced style.css from <link href="style.css" rel="stylesheet" type="text/css"> to <link href="local:///html/style.css" rel="stylesheet" type="text/css">
    • Install at least BB JDE 5.0 and use JDK 1.5
    • Under Configure Blackberry Workspace -> Code Signing, allow access to RIM BB Apps API, RIM Crypto API, RIM Runtime API
    Palm WebOS
    • Copy generated files to project root
    Symbian
    • Copy generated files to project root
    • Include the following javascript files in the generated index.html
      <script type="javasrcipt" src="WRTKit/WRTKit.js"></script> <script type="javasrcipt" src="http://maps.google.com/maps?file=api&v=2& sensor=true_or_false&key=ABQIAAAAdCmCu-6k6RxrrVunNiCCTRQqAb5KmezRHAoNuXHw1zezqTni4RSXx9wO98oB6-4VzRhjW0yYGdulZQ"></script>
    • Replace the Google map key with your own key, in the url above