Important Announcement
PubHTML5 Scheduled Server Maintenance on (GMT) Sunday, June 26th, 2:00 am - 8:00 am.
PubHTML5 site will be inoperative during the times indicated!

Home Explore How To Build Apps Android & iOS Without Coding

How To Build Apps Android & iOS Without Coding

Published by CreaTusApps.net, 2016-09-16 07:45:27

Description: How To Build Apps Android & iOS Without Coding
CreaTusApps, The Book of tutorials

Build FREE Apps Android, iPhone & Web Apps with CreaTusApps

The #1 World´s Most Powerfull
Easy-to-use Mobile App Builder

DESIGN-BUILD-PUBLISH
iPhone, iPad, Android, KindleFire.

Monetize Your OWN APPS!

Thanks to CreaTusApps you can create Apps completely for FREE Paying Nothing

Every time people click on your ads, you will make money
100 App Templates
& 100 Features

Create an App in Minutes!
BUILDING BLOCKS FOR MOBILE APPS
No programming Required.
Lowest Price
Money Back Guarantee
In-App Purchases
Push Notifications.

https://CreaTusApps.net

Keywords: app,apps,android,ios,iphone,developer,program,software,create apps,build apps,app builder

Search

Read the Text Version

Welcome to THE BOOKBuild FREE Apps Android, iPhone & Web Apps with CreaTusAppsThe #1 World´s Most PowerfullEasy-to-use Mobile App BuilderDESIGN-BUILD-PUBLISHiPhone, iPad, Android, KindleFire.Monetize Your OWN APPS!Thanks to CreaTusApps you can create Apps completely for FREE Paying NothingEvery time people click on your ads, you will make money100 App Templates& 100 FeaturesCreate an App in Minutes!BUILDING BLOCKS FOR MOBILE APPSNo programming Required.Lowest PriceMoney Back GuaranteeIn-App PurchasesPush Notifications.https://CreaTusApps.net

 Getting Started... 1.1 How to sign up for a subscription plan? 1.2 How to edit an Application 1.3 How style.css works. Apps Template improvements 1.4 How to publish your app on the App Store 1.5 How to publish your app on Google Play Store 1.6 How to update your app? 1.7 Automatic Build – How to request it? 1.8 How to use Apple Application Loader? Features Tutorials 2.1 How to position a page type on the tab navigation? 2.2 How to duplicate an existing app? 2.3 How to convert an iPhone app to iPad app? 2.4 How to choose the app target? 2.5 How to see the app Statistics? 2.6 How to use Dynamic HTML? 2.7 CreaTusApps Custom URL Schemes 2.8 How to use Embed Application Code? 2.9 Enabling Your App for Newsstand 2.10 Prompt users to rate your app 2.11 How to enable and use resource synchronization? 2.12 Creating, Editing and Publishing a WebApp 2.13 What are Google Play Store expansion files?  Functions  3.1 Announcements  3.3 Audio Stream  3.5 BMI Calculator  3.7 Calculator  3.9 Camera Cover  3.11 Login  3.13 EPUB  3.13 Coupon  3.2 AppShare  3.4 Barcode Scanner  3.6 Button Menu  3.8 Calendar  3.10 Maps  3.12 Menu  3.14 EPUB Reader

 App Templates Tutorials 4.1 Book Store 4.2 Mobile Shop 4.3 Coffee-shops  Technical Tutorials  5.1 How to create a Distribution Certificate?  5.2 How to create a Distribution Provisioning Profile (.mobileprovision)?  5.3 Generate APN Certificate to Enable Push Notifications

1.2 How to edit an Application creatusapps.net/blog/how-to-edit-an-application/By JavierAfter you chose a template to create an app, a new project will be displayed in the list of your Applications onCreaTusApps.net.Editing an app comprises uploading content, implementing required functionalities by including respective typepages, adjusting appearance of app.To start editing your app click on your App's Dashboard.From Ap Dashboard you can access the following sections: 1/10

Edit Application's Pages sectionIn this section you can view (in the web simulator) and manage (add/remove/duplicate/rename) the pages ofyour app. Also, the Resource Manager can be accessed from here. 2/10

To add a new page click on the \"+\" button.In CreaTusApps's Marketplace you may find a page type for your application by categories (Page Typecategories, Platforms, Authors) 3/10

You may use the search engine to find the page you are looking by entering its name. 4/10

To edit a new added page click on Edit.Each page type has its specific controls and fields to customize page elements.Please verify the tutorials for every particular page type.Generally, pages can be customized in Layout, Design mode and HTML mode.In Design mode, HTML based pages can be edited using the tools of the WYSIWYG editor. In HTML mode it ispossible to edit directly the HTML/CSS, JavaScript or jQuery code. 5/10

The functions of each tool are described in the FAQ pageResource ManagerUsing the Resource Manager you can upload all the graphics, media files, pages, etc that will be used in yourapp. More information about the Resource Manager find in the following tutorial.Design Properties sectionFrom here it is possible to set the default background image or color, text/link color, etc.Style classes that affect the appearance of page elements throughout the appare stored in the style.css file. 6/10

To edit style.css click on the link.When a new page is added its style classes are included in style.cssIt is possible to create new classes and edit the existent ones. 7/10

Navigation SettingsYou may select the type of Tabs (No Tabs, Standard Tabs, Custom Tabs, Wheel) and edit each style inNavigation Settings. You may change the tab name, icon, background or text color.Edit Localizable Strings 8/10

It is possible to have the text words and keys in your app displayed in any language. Simply, input yourtranslation.For that go to App Settings – > Localization to start editing localizable strings. Note, all the changes should bedone manually.To input your translation for an iOS application you have to insert words instead from the right side.For Android you will have to select a string and change the \"Value\". Changing the value, will change the text youwant to display in the app. 9/10

© 2016   Copyright | Tecstar Group 10/10

1.3 How style.css works. Apps Template improvements. creatusapps.net/blog/how-style-css-works-apps-template-improvements/By CreaTusAppsCreaTusApps made some essential page and template improvements. There are significant modifications instyle.css.All templates have been modified to support Landscape / Portrait mode. All pages in all templates will use flexibleHTML/CSS to align center in both modes (Portrait and Landscape)To make page modifications easier you need to know the connection between a page and a CSS class.On CreaTusApps each page has several corresponding CSS classes. To detect them, please go in yourapplicationDashboard-> Design Properties->Edit\" style.css\"Ex. If you have created Grid MENU page type, in your style.css classes with prefix gridmenu will be inserted(ex. .gridmenuimagecontainer).for Button MENU page type in style.css will be insertedclasses with buttonmenu prefix (ex.buttonmenuitemcontainer)These classes will be inserted in style.css when you createa new page or when you convert an existing page to aspecified page type.These injected classes affect only the pages of specifiedtype.style.css classes has been modified to supportlandscape/portrait mode.Let's take for example Grid MENU page type.If you already created a Grid MENU page type in your app, itwill not support landscape mode. Why? Because yourclasses related to a page have been already injected before.You need to replace these classes with new classes.To repair this issue please follow these steps:1.1 Go in your app Dashboard->Design Properties->Edit\"style.css\"1.2 Find /*gridmenucssaddition*/ comment and delete allclasses starting with gridmenu prefixincluding /*gridmenucssaddition*/ comment.1.3 Go to your app Dashboard->Edit Pages1.4 Create a new Grid MENU page, in your style.css will beinserted new gridmenu CSS classes. 1/2

1.5 Verify on your device the old Grid menu page, it should work like a new page supporting landscape mode,because it uses the new CSS classes.1.6 Delete from your pages the last new Grid MENU page created.!!! The second option may result in loss of page information.2.1 Go to your app Dashboard->Edit Pages2.2 Click on your existing Grid MENU page and convert it to Grid MENU page type. If you do not have/*gridmenucssaddition*/ in your file style.css, corresponding classes will be inserted in style.css when youconvert your page to Grid MENU page type. If you have /*gridmenucssaddition*/ please follow steps 1.1 – 1.6© 2016   Copyright | Tecstar Group 2/2

1.4 How to publish your app on the App Store creatusapps.net/blog/how-to-publish-your-app-on-the-app-store/By CreaTusAppsHow to submit an iOS APP.Step by step instructions.Ready to submit app to App Store?Step 1. Click on \"Ready to Publish or Publish\" button. 1/11

Step 2. Start Submission Process.Step 3. Select Build and Publication Type. 2/11

3.1 Instant Build — in under 1 hour 24 / 7 you will receive an email with a link to a build of yourapp for you to publish. (You need a Mac and Application Loader to upload it to AppStore). Instantbuilds are FREE and UNLIMITED for all our customers.If you choose this option next steps are: 4 → 6 (6.2.1) → 7 → 83.2 Build & Review — in under 2 business days you will receive a link to a build of your app orreview notes in case your additional input is required. (You need a Mac and Application Loader toupload it to AppStore). 1 Build & Review = 1 Build Credit.If you choose this option next steps are: 4 → 6 (6.2.1) → 7 → 83.3 Build & Publish under my account — in under 2 business days your app will be publishedunder your developer account or you will receive review notes in case additional input is required.Review and Submission to App Store is done by one of ours build engineers. 1 Build & Publish =1 Build Credit.3.3.1 Please specify your primary iTunesConnect account credentials. We will use yourcredentials to login to iTunesConnect and upload your application binaries. 3/11

NOTE: You need to enter your primary iTunes account here. We will use your account credentialsto login to developer.apple.com, generate a certificate and a provisioning profile for this app. Youneed to provide an account with full access to developer.apple.com.If you choose this option next steps are: 5 → 6 → 7 → 83.4 Publish Under DevForApps' Account — in under 2 business days your app will bepublished under our developer account or you will receive review notes in case additional input isrequired.1 Publish Under CreaTusApps' Account = 1 Build Credit.NOTE: Please make sure your app corresponds to the following requirements before proceeding: Provides high usability to the end user Is rich in content, informative and instructive Contains offline multimedia content such as audio or video Contains interactive native pages Has a professional look and feel and an original design Is not designed to promote a brand name we don't own Contains no copyrighted material without the express permission of the copyright holder Can not be classified as posing a potential copyright issue Is published for FREE distributionIf any of these requirements are not met, CreaTusApps will NOT submit the app under itscompany account and will require you to enroll in Apple's iOS program athttp://developer.apple.com/programs/iosIMPORTANT: If your application promotes a brand name or a registered trademark you arerequired to have your own development account with Apple. 4/11

If you choose this option next steps are: 5 → 6 → 7 → 8 3.5 Instant Ad Hoc — in under 1 hour 24 / 7 you will receive an email with a link to a build of your app for you to test. Instant Ad Hoc builds are FREE and UNLIMITED for all our customers. If you choose this option next steps are: 4 → 6 (6.2.1) → 7 → 8Step 4. Upload the Code Sign Files.4.1 Upload your Distribution Certificate – Create a Certificate and upload it here.4.2 Upload the .mobileprovision file for this app – Create a Profile and upload it here.4.3 OPTIONAL Private Key in .p12 format – You must upload your private key ONLY if yougenerated your own CSR when requesting a distribution certificate. If you followed ourinstructions for creating a distribution certificate and used our CSR file in the process you don'thave to upload the private key.Missing certificate 5/11

Certificate successfully uploadedStep 5. App Store Properties – Fill in all the information regarding App Name,Keywords, Description, Category and the app icon for the App Store. 6/11

5.1 App Store App Name – The App name as it will appear on the App Store. Maximum 50characters.5.2 Description – A detailed description of the app version itself, no longer than 4000 charactersand no less than 10 characters.5.3 What's New in this Version (optional) – Add here a short description of what you'veimproved in your app. Leave this field empty if is the first time when you're submitting the app toApp Store.5.3 Keywords – One or more keywords that describe your app. Keywords are used to helpcustomers search the App Store effectively. Your application will be searchable by applicationname, company name, and keywords.5.5 Primary Category – a category that describes your application best, and is the categoryunder which your application will be listed.5.6 Secondary Category (optional) – The Secondary Category provides an additional searchterm which may help users find your application, though your app won't be listed under thesecondary category. Choose from the same list as the primary category. You cannot choose thesame category for both your Primary and Secondary categories.5.7 Privacy Policy URL (optional) – A URL that links to your company's privacy policy. Privacypolicies are recommended for all apps collecting user or device related data, and required forapps that offer auto-renewable or free subscriptions, are designed for kids, or as otherwiserequired by law.5.8 Review Notes for CreaTusApps team ( optional) – Additional information about your appthat can help during the review and submission process. Include information that may be neededto submit your app to App Store.5.9 Contact Information – Please add here your (or your client) contact information. If AppleReviewer will have questions regarding your app he'll call you. 7/11

5.10 Demo Account Information ( optional) – In order to prevent a rejection from Apple Review Team, we need to set a test account (a test login and password) on iTunesConnect if you have a Login form in your app. 5.11 Support URL – A URL that provides support for the app you are adding. This will be visible to customers on the App Store.Step 6. Push Notifications.Specify if you want Push Notifications enabled/disabled for your application. 6.1 I want Push Notifications disabled 6.2 I want Push Notifications enabledStep 7. App Multimedia – Upload App Graphics. Application icons and SplashScreen images. 8/11

The Application icon is the image used for the app's icon, as displayed on the iPhone's homescreen. All icons should be .png files without any transparency. Apple recommend that you createimages without rounded corners, as Apple will round off the corners themselves.The Splash Screen image (launch image) is the image displayed while your app is loading.All launch images should be in the png format, without transparency.Please provide icon and splash screen files with the following sizes:iPhone & iPod Touch appsApplication icon: 57×57, 114×114, 120×120 px.Splash Screen images: 320×480, 640×960, 640×1136 px.iPad & iPad Mini appsApplication icon: 72×72, 76×76, 144×144, 152×152 px.Splash Screen images: 768×1024, 1536×2048 px.Step 8. Build Version, Application Name, Resource Synchronization, AppRotation, Background Mode. 9/11

8.1 Build Version (a.k.a. Bundle Version) – The version of your app.It is a number in the format X.Y or X.Y.Z, for example 1.0 OR 1.0.0. When you first publish yourapp, you should generally use the default value, 1.0 .If you are building a new version of an app that is already on the app store Build VersionMUST change. e.g. 1.0 -> 1.1 -> 1.2 …8.2 Application name is displayed under application icon on the device. Must be a short name tofit icon width.8.3 Resource Synchronization – Once your application is Ready For Sale in the App Store youwill have possibility to synchronize resources (images, sounds, html files, etc.) with app withoutreleasing a new app version.8.3.1 Sync Button allows manual synchronization of app resources.8.4 Info Button shows app information such as author name, username and service provider.8.5 App Rotation – Enable/ Disable App's Rotation. (Portrait > Landscape > Portrait)8.6 Background Mode – The application plays audible content in the background. Yourapplication may only use background mode for their intended purposes: audio playback, etc.If your app uses a background mode but does not include functionality that requires that mode torun persistently – your application will be rejected by Apple reviewers.8.7 Shine effect – iOS will add standard gloss effect to your application icon 10/11

Done. Submission Complete!© 2016   Copyright | Tecstar Group 11/11

1.5 How to publish your app on Google Play Store creatusapps.net/blog/how-to-publish-your-app-on-google-play-store/By CreaTusAppsHow to submit an Android APP.Step by step instruction.Ready to submit an app to Google Play Store?Step 1. Click on \"Ready to Publish\" buttonStep 2. Start Submission Process 1/9

Step 3. Select Build Type3.1 Instant Build — in under 1 hour 24 / 7 you will receive an email with a link to a build of yourapp for you to publish. Instant builds are FREE and UNLIMITED for all our customers.If you choose this option next steps are: 5 → 6 → 7 → 83.2 Build & Publish — in under 2 business days you will receive a link to a build of your app orreview notes in case your additional input is required. 1 Build & Publish = 1 Build Credit. 2/9

If you choose this option next steps are: 5 → 6 → 7 → 8*Step 4. Google Play Store Properties 4.1 App Title – The name of your application as you would like it to appear in Google Play. Maximum 30 characters. Perhaps the most important field is the title. So try to get relevant keywords into this field. 4.2 Short Description – The first text users see when looking at your app's detail page on the Play Store app. It is 80 character limit and users can expand this text to view your app’s full description. 4.3 Full Description – The visible description of your application in Google Play. There is a 4000 character limit for this field. Note: Repetitive and/or irrelevant use of keywords in the app title, description or promotional description creates a spammy user experience and can result in an app suspension. 4.4 Application Type – Google Play is divided into 2 major application types: \"Applications\" and \"Games\". Choose one of them. 3/9

4.5 Application Category – a category that describes your application best, and is the category under which your application will be listed. 4.6 Promotional Video – The URL to a YouTube video showcasing your app. (Optional) 4.7 High-Resolution Application Icon – Should be a higher-fidelity, higher-resolution version of your application's launcher icon. Requirements: 512x512px, 32 bit PNG or JPEG, maximum file size 1024KB. 4.8 Feature Graphic: 1024x500px, 24 bit PNG or JPEG (no alpha, no border) 4.9 Promo Graphic: 180x120px, 24 bit PNG or JPEG (no alpha, no border) ( Optional) *NOTE: Please be informed that the Google Play Store doesn't have anything like keywords, because features like that get abused to manipulate rankings. Also stuffing keywords in your description is against the Google Play Developer Program Policy and can result in your App being removed from Google Play or your whole account being suspended.Step 5. App Multimedia5.1 Application Icon (a.k.a. Launcher Icon) – Is a graphic that represents your application andappear on the user’s Home screen. 4/9

Application Icons are used primarily to: Promote the brand Help users discover the app on Google Play Store Function well in the Launcher Android runs on a variety of devices that offer different screen sizes and densities. So, to support multiple devices you should create and upload separate icons for all screen densities, including: low 120dpi 36x36px medium 160dpi 48x48px high 240dpi 72x72px extra-high-density 320dpi 96x96px extra-extra-high-density 480dpi 144x144px 5.2 Splash Screen Image– The splash screen is a full screen image which appears while application is loading. 320x480px to 720x1280px PNG or JPEG . Width: min 320px. max 720px. Height: min 480px. max 1280px.Step 6. Enable Google Cloud Messaging 5/9

Google Cloud Messaging (a.k.a. Push Notifications): is a push notification service that allows you send notifications from CreaTusApps server to your customers.6.1 I want Push Notifications disabled6.2 I want Push Notifications enabled6.3 No Google Play Services – We have implemented an additional Push Notifications system which will workon Android and Kindle Fire devices that do not support Google Play Services (example: devices from China orIran)Step 7. Android Permissions These permissions are ENABLED by default to ensure that all the features and page types work properly. You can disable some of these permissions at your own risk. If you are not sure what are Android permissions or how they can affect your application, please leave all these permissions enabled. 6/9

7.1 Full Internet access (android.permission.INTERNET) – Allows the app to create network sockets and send/receive data to/from the Internet. 7.2 Approximate (network-based) location (android.permission.ACCESS_COARSE_LOCATION) – Allows the app to access approximate location from location providers using network sources such as cell tower and Wi-Fi. 7.3 Precise (GPS) location (android.permission.ACCESS_FINE_LOCATION) – Allows the app to access precise location sources such as Global Positioning System on the device. 7.4 Modify or delete the contents of USB storage (android.permission.WRITE_EXTERNAL_STORAGE) – Allows the app to write to the USB storage and/or to the SC card. Implies permission for reading from the USB storage – android.permission.READ_EXTERNAL_STORAGE 7.5 View network connections (android.permission.ACCESS_NETWORK_STATE) – Allows the app to view information about the network connections such as which networks exist and are connected. This allows for example showing a meaningful error message to the user if there is no Internet connection on the device. This information is also used in analytics and statistics. 7.6 Read phone status and identity (android.permission.READ_PHONE_STATE) – Allows the app to access the phone features of the device. An app with this permission can determine the phone number and serial number of this phone, whether a call is active, the number that call is connected to and the like. 7.7 Record audio (android.permission.RECORD_AUDIO) – Allows the app to record audio with the microphone. 7.8 Take pictures and videos (android.permission.CAMERA) – Allows the app to take pictures and videos with the camera. 7.9 PhoneGap Permissions – These permissions are DISABLED by default. Enable only those permissions that you use in your PhoneGap page. If you don't use PhoneGap in your application, please leave these permissions disabled.Step 8. Version Name, Version Code, App Name, Package Name, ResourceSynchronization, App Rotation. 7/9

8.1 Version Name – A string that represents the release version of the application, as it should beshown to users( is just something that's shown to the user).e.g. 1.0, 2.1, honey cake, apple pie, …., etc.8.2 Version Code – An integer value that represents the version of the application code, relativeto other versions. You can set the value to any integer you want, however you should make surethat each successive release of your application on Play Store uses a greater value.e.g. If current app version code on Play Store is 2 then next version code should be 3.8.3 Application Name – Application name is displayed under application icon. Must be a shortname to fit icon width (2 lines of approximately 10-12 characters are possible).8.4 Application Package Name – Is an unique application identifier used by Android to managethe installed applications. The Application package is also unique on the Android Market — therecan’t be two apps with the same package name on the Play Store.It MUST be of the form 'com.yoursite.appname'. It MUST contain only lowercase letters, digits andat least one DOT ('.'). NO others characters, NO spaces.8.5 Resource Synchronization – Once your application is published in the Play Store you willhave possibility to synchronize resources (images, sounds, html files, etc.) with app withoutreleasing a new app version. Enable Sync for each file you want to synchronize. (App' Dashboard 8/9

> Edit Pages > Resource Manager). 8.6 App's Rotation – Enable/ Disable App's Rotation. (Portrait > Landscape > Portrait) By default Rotation is disabled.Fill in all fields and press SUBMIT button.Done. Submission complete!© 2016   Copyright | Tecstar Group 9/9

1.6 How to update your app? creatusapps.net/blog/how-to-update-your-app/By CreaTusAppsHow to update your app tutorialHello All,Many users are asking themselves how to update an app that has been already published on AppStore.The below guidelines will bring some light to your question and hopefully will help you find certain answers.In order to update your app, please, follow the steps below: 1. Log into your account at CreaTusApps.net 2. In order to update your application access \" My Apps\" tab. Note: Remember that you are able to update an app only if you already have a published app.3. After logging into your account at CreaTusApps, find the application you need to update andclick on the applications next to it. Thus, you will be re-directed to you app's dashboard, whereyou are able to make all the major and minor changes you need to be released with the newversion of your app. 1/4

4. Edit the pages, add menu items, do the light changes in the design, etc.5. When ready, click on \" Prepare For Release>>\" link and afterwards click the \"Submit toAppStore\" button, thus, requesting a new build for your app. 2/4

6. Once you click on \"Submit to AppStore\" button you will be asked to fill in a form for applicationsubmission to AppStore. Now, all you have to do is simply follow the instructions for your updatedapp submission. 3/4

This is all!!© 2016   Copyright | Tecstar Group 4/4

1.7 Automatic Build – How to request it? creatusapps.net/blog/automatic-build-apps-how-to-request-it/By CreaTusAppsAutomatic/Instant BuildAutomatic/Instant Build is equivalent to Build Only, all submission process to Android Market/iTunesConnect is not included.I will try bellow to explain what is this and how it works and facilitates your decision about what type of build tochoose for your application. STEP 1. Automatic/Instant Build for iOS – How to request it. Pros, Cons and Conclusion. To submit for an Automatic/Instant build for iOS you need to choose it in Build Type step of submission process. STEP 2. Further, you will have to upload Distribution Certificate and App Store Provisioning Profile, which you have to create on iOS Provisioning Portal page. 1/4

STEP 3. Next step will be to choose the enabling/disabling of Push Notification.If you want Push Notifications in your application, you must upload the Application PushCertificate file from Apple Developers account.NOTE: Push notifications in Automatic/Instant Builds will work ONLY when it was created usingour apnrequest.csrAt the end of submission process you will see a Confirmation message and receive an email.Then build is done, a mail with application build download link will be send. 2/4

Pros: * Automatic Build is completely FREE from charges, you can request it by unlimited times. * Speed of binary delivery – because automatic build does not involve any human work, you can receive your application build in MAX 1 hour. * You can request an automatic build 24/7 Cons: * No human reviewer that can give an advice for founded issues. * No test on CreaTusApps real devices. * Screenshots, iTunes upload process, Dev Certificates must be done by yourself. Conclusion: If you know that your application has no issue and you are familiar with Apple submission and uploading process Automatic Build is the right solution for you. Also, this is the fastest and FREE solution for having your app on AppStore.STEP 1. Automatic Build for Android – How to request it. Pros, Cons and Conclusion.To submit for an Automatic/Instant build for Android is simpler than for iOS. In Build Type Step of submissionprocess you just need to choose for Automatic/Instant Build. 3/4

After that you should receive a Confirmation message and receive an email. Then build is done, a mail with application build download link will be send. Pros: * Automatic Build is completely FREE from charges, you can request it by unlimited times. * In max 1 hour (depends on size of your resources) you will get the build that can be uploaded to your Android Market account. * You can request an automatic build 24/7 Cons: * No human reviewer that can give an advice for founded issues. * No information about not-supported on Android OS pages. * No Screenshots of your working application Conclusion: Android automatic build is the best FREE solution for everyone. Submission process to Android Market is easy and user friendly so we can suggest to request this type of build for 100% no issue in application.It´s all, good luck!!© 2016   Copyright | Tecstar Group 4/4

1.8 How to use Apple Application Loader? creatusapps.net/blog/how-to-use-apple-application-loader/By CreaTusAppsThis tutorial is described to help you prepare your applications for sale in the App Store. You can use ApplicationLoader to create an Application Loader package containing the In-App Purchase metadata you want to add toyour application and to submit your application binary files to the App Store. Application Loader offers fast uploading, stable connections, and early validation warnings. Application Loader 3.0 requires a Mac, at least 512 MB RAM, and OS v10.8 or later installed. Apple recommends at least 20 GB of available space and a broadband internet connection with an upload rate of 1MB/sec or faster. DOWNLOAD APPLICATION LOADER AND install it on your Mac OS X: STEP 1. If the link above is not working, download the Application Loader from the iTunes Connect home page in Resources and Help link. STEP 2. Click the Application Loader link to download the self-extracting installation package (ApplicationLoader_X.X.dmg). Save this file on your computer. STEP 3. Double-click the installation package (ApplicationLoader.pkg) and follow the instructions that appear. NOTE: When installing Application Loader on the Mac, before you can install the software, you must log in to your computer as a member of the administrator group. STEP 4. Read the installation introduction, and then click Continue. 1/6

STEP 5. Click Install to perform the standard installation.The installation package installs files in your Applications folder.Type your administrator password and click OK, if prompted.STEP 6. Click Close.Open the Application Loader application by double-clicking the \"Application Loader.app\" icon inthe Applications folder,or the folder you specified during a custom install. You are now ready tobegin using Application Loader.Open the Application Loader application by double-clicking the \"Application Loader.app\" icon inthe /Developer/Applications/Utilities folder or, to access Application Loader from the Xcodedeveloper tools package, choose Xcode > Open Developer Tool > Application Loader. You arenow ready to begin using Application Loader.NOTE: The Xcode developer tools package is part of the latest Software Development Kit (SDK)from Apple. You can download the latest SDK when you sign in to the Apple Dev Center.Sign in to or out of Application LoaderBefore you can use Application Loader to create an Application Loader package and to submityour application binary files to the App Store, you must initialize Application Loader by providingyour iTunes Connect login information at startup.STEP 1. Double-click the \"Application Loader.app\" icon in the /Developer/Applications/Utilitiesfolder or, to access Application Loader from the Xcode developer tools package, choose Xcode >Open Developer Tool > Application Loader. 2/6

STEP 2. Read the Application Loader Software License Agreement, and then click Agree.Application Loader opens the \"Sign In\" window.STEP 3 . Type your iTunes Connect login information (Apple ID and password) in \"Sign In\"window.STEP 4. Click \"Keep me signed\" to stay signed in when you quit Application Loader.STEP 5. Click Sign In.Application Loader verifies your iTunes Connect sign-in information and stores your Apple UD andpassword for future Application Loader operations.NOTES: If you change your iTunes Connect password, you must use the \"Sign In\" window toreset your Apple ID and password in Application Loader. To reset your Apple ID and password,choose Window -> Sign In As in Application Loader, and then repeat steps 3 through 5 above.To sign out of Application Loader Do one of the following: Choose Window > Sign Out Of > <user_name>. 3/6

Deselect \"Keep me signed in\" in the Sign In window, then quit Application Loader r, to change accounts, click the active user button, then sign in using new iTunes Connect sing-in information.Submitting Your Application Binary Files When you finished uploading your assets and completed the application submission process in iTunes Connect, you can deliver your application binary files to the App Store. To submit your application binary files: STEP 1. Click Deliver Your App in the Template Chooser window, then click Choose. STEP 2. Select your application binary file from the Deliver Your App window. STEP 3. Click Open. Application Loader searches for the application and displays a window with your application details, including name, version number, SKU number, primary language, copyright, type, and Apple ID. Click Activity to display the Background Activity window and view delivery status information for all packages you are currently sending, including pending messages, time remaining, warning and error messages, and so on. 4/6

STEP 4. Click Next.Application Loader begins uploading your application binary file to the App Store.Click to stop the transfer and keep the window open to select another file to submit.Fix any delivery warnings or errors or click \"Send to Apple\" to submit your delivery failureinformation to Apple, then deliver your app again.For more instructions on how to use App Loader click here. 5/6

It´s all!!© 2016   Copyright | Tecstar Group 6/6


Like this book? You can publish your book online for free in a few minutes!
Create your own flipbook