2.1 How to position a page type on the tab navigation? creatusapps.net/blog/how-to-position-a-page-type-on-the-tab-navigation/By CreaTusAppsHow to set a page type on tab navigation?Many of you have probably asked how to set up a page on tab navigation. Though, it seems confusing it is areally simple process.In the following tutorial I will set a page under the first tab from my application. Step 1. Rename the existing tab1.html It is really important you do not have more than two tabs under the same name. Do not rename the tab just typing its name with the upper case, for example TAB1.html . You should set a totally new name such as page1.html. 1/5
Step 2. Name the page type as tab1.htmlChoose the page you want to place on tab navigation and rename it as tab1.html. If you want toplace the page on the second position in the tab navigation rename it as tab2.html, on the 3rd 2/5
position – tab3.html and so on. 3/5
To set up pages on tabs you should have either Standard Tabs or Custom Tabsselected in Navigations Settings. 4/5
© 2016 Copyright | Tecstar Group 5/5
2.2 How to duplicate your existing app? creatusapps.net/blog/how-to-duplicate-your-existing-app/By JorgeHow to duplicate an existing app? Duplicating an existing app gives you the possibility either to create a back-up or create an identical application for a different platform. Below you my find some quick instructions upon how to duplicate your existing application. 1) Access your account at CreaTusApps. 2) Go to your app's Dashboard. 3) Click the \"Duplicate\" link. 4) Set a new application name or use the one that is generated automatically by the system. 5) Choose Target platform to duplicate your application. 1/2
6) Open the duplicated application in a new window to publish or edit it.© 2016 Copyright | Tecstar Group 2/2
2.3 How to convert an iPhone app to iPad app? creatusapps.net/blog/how-to-convert-an-iphone-app-to-ipad/By JavierConverting iPhone app to iPad app implies duplicating the iPhone app and adjusting the content and coding ofthe resulting iPad app.1) Duplicating app In the Dashboard of your iPhone app find and click on the word/link Duplicate. In the window that will pop up enter your new app's name and choose target from the list (iPad). Click on Duplicate button, then Done. 1/4
Your new iPad app will be listed on the Applications page. Note that duplication of the application will output the same (small size) pages with content but for the new target, that is iPad.2) Adjusting content Since iPhone and iPad platforms have different sizes the content has to be adjusted in order to be displayed properly on the screen of the device.You may try to convert every page to their own type. Creatusapps will automatically adjust pageproperties from iPhone to iPad. However converting pages will result in data loss as the contentwill be overwritten with that of the template page. So you might like to create new pages and fill inthe content, as well as to adjust html code and css manually.Native pages will look as they should on the device. If not, try to convert the page to the same 2/4
type, or create a new page and copy content to it.3) Examples Html-based pages Duplicated html won't look perfect. You may need to update your style.css (which defines width, height and alignment) in Design Properties. You may also need to update html code of the pages. After duplicating pages you have to change width from 320px (specific for iPhone) to 768px (specific for iPad) within the “body” tag in style.css (Application Dashboard / Design Properties / edit style.css ): Remark: If you create new pages, or convert, they will be sized to fit iPad screen. Images Small images that look good on iPhone will be “stretched” on the iPad and look blur if not replaced with similar images of larger size to correspond to the size of iPad's screen. Background images (if Rotation enabled) To ensure that the background is filled up you can use small images for “tiling” and edit the “body” tag in style.css, as follows:Background image (if Rotation disabled) 3/4
If gradient image is used it should have the width of 768px and “body” tag should be edited as follows: Menu pages (when duplicated from iPhone app) may require editing in HTML mode: 1) change table width to 768px (from 320px) 2) change table items () to appropriate width Remark: To have content stretch on the whole screen depending on either Portrait or Landscape orientation of the device, you will have to use % instead of fixed widths in pixels. RSS pages (when duplicated from iPhone app) may require editing in HTML mode: Alter path from your iPhone app directory to your iPad directory (ex below, iPhone app directory \"AppCool\" and iPad app \"AppCoolVersioniPad\"), Alter name of RSS reader from \"headlines.aspx\" to \"headlinesiPad.aspx\", Also alter width of iframe tag from \"320\" to \"768\".© 2016 Copyright | Tecstar Group 4/4
2.4 How to choose the app target? creatusapps.net/blog/how-to-choose-the-app-target/By JavierYou are able to change the target of your application to a different platform as long as it has the status \" Unpaid\".Once the application gets \"Paid\" status, you are not able to change its target, unless you duplicate it. Therefore, in order to change the target of your app, go to its Dashboard. By clicking the drop-down menu for the \"Target\" field, you have the option to select Native iPhone, iPad, Android, Kindle platform or WebApp. Select the one you want your app to be created for.© 2016 Copyright | Tecstar Group 1/1
2.5 CreaTusApps Application Analytics creatusapps.net/blog/creatusapps-application-analytics/By JorgeCreaTusApps Application Analytics is a powerful statistics template tool for yourapplication. CreaTusApps App Analytics has an user friendly interface and provide you with all information you need to know about your existing app. Also it could be a good proof of your well done job. What makes CreaTus Apps App Analytics indispensable tool for everyone: iOS and Android support Real Time data about installed and activated times of your application. Numbers of activated times using Device ID's Type of connections OS version Device Models Screen size and screen density (dpi) With CreaTusApps App Analytics data you can design applications for your target group and be prepared for marketing estimates. You can find our free App Analytics tool in your application Dashboard, section page “Statistics”.Features We classified CreaTusApps App Analytics by several categories: Summary Events TOP 10 device metrics 1/3
Summary Here you can find a quick statistics of your application how much time your app was installed, activated, how many days in use or statistics about type of connections and used IP.EventsIn this category you can find a graph containing number of events for a set period of time.You can change the “from”/”until” date by inserting in designed fields your date or choose it fromthe calendar button (1), also you can find here and zooming option (2) that's gives you thepossibility to choose the graph display options by day/month/year.TOP 10 device metrics 2/3
1. Device ID sorted by number of activates. 2. Used IP Address sorted by number of activates 3. iOS/Android version sorted by number of devices 4. Screen size sorted by number of devices Small – small screen size Android devices Normal – iPhone/iPod and normal Android phones or multimedia devices Large – 7” Android tablets Extra Large – iPad and 9”-11” Tablets 5. Device model sorted by number of devices 6. Screen density (dpi – dots per inch) sorted by number of devices© 2016 Copyright | Tecstar Group 3/3
2.6 How to use Dynamic HTML? creatusapps.net/blog/how-to-use-dynamic-html/By Javier“Dynamic HTML” is a mechanism that allows mapping the values from some JSON data onto an HTML definedin a specific file. The result will be a nicely designed HTML with some custom data from JSON.How it works The required components for the dynamic HTML are:JSON datatemplate HTML file.The JSON data provides the content that will be displayed on the page. It is usually requestedfrom a server. The request can be specific to a user or a place.The HTML template will provide the structure and design for the content. This is usually a file thatalready exists on the device. The HTML contains specific blocks of text which act either asplaceholders for some data (like “[%=first_name %]”) or introduce some processing logic for thedata (like “[%for-each pics%][%end for-each%]”)Local HTML pages can also be updated using Sync Module. HTML pages are not static. They willbe populated with server side data dynamically. It works very similar to XSLT transformations.Example of an HTML file with our special tags:<html><head><title>[%=profile.pagetitle%]</title></head><body><div>[%=profile.pagesubtitle%]</div><img src=\"[%=profile.imgsrc%]\"><br>Messages:<br><table>[%for-each profile.messages%]<tr> <td>[%=messagetext%]</td> <td>[%=messagedate%]</td></tr> 1/3
[%end for-each%]</table></body></html>In “app.xml” file for the appropriate page tag needs to be specified JSON datasource url, it’s the“jsonurl” attribute for the “page” tag and it can be any url like for examplehttp://creatusapps.net/getuserprofilexample.ashxExpected response in the body should contain the following JSON:{\"profile\":{ pagetitle : \"atitle\", pagesubtitle : \"asubtitle\", imgsrc : \"http://creatusapps.net/images/image123.png\", messages: [ {messagedate:\"1/5/2011\", messagetext:\"text1\"}, {messagedate:\"3/5/2011\", messagetext:\"text2\"}, {messagedate:\"6/5/2011\", messagetext:\"text3\"} ]}}Custom tags in the html above will be replaced with data from JSON response resulting in atemporary html which will be rendered on the device’s screen.<html><head><title>atitle</title></head><body><div>asubtitle</div><img src=\"http://creatusapps.net/images/image123.png\"><br>Messages:<br><table><tr> <td>text1</td> <td>1/5/2011</td></tr><tr> <td>text2</td> <td>3/5/2011</td></tr><tr> <td>text3</td> <td>6/5/2011</td></tr></table></body></html> 2/3
NOTE: This type of data representation allow users to populate dynamically content of HTML/native pages without any design changes. This feature offers a possibility to interconnect iPhone app with database from your own server and make it more interactive.© 2016 Copyright | Tecstar Group 3/3
2.7 CreaTusApps Custom URL Schemes creatusapps.net/blog/creatusapps-custom-url-schemes/By JorgeCreaTusApps Custom URL SchemesIn order to give CreaTusApss users even more tools to design feature-rich interactive applications, we have createda custom set of URL schemes. Some of them are platform specific, others will run equally well on both iOS andAndroid.Please, look through the list bellow and see how you can enrich your apps.URL Scheme Description Platform Supportaddtocart:// Adds an item to the user's shopping cart. The scheme has four parameters: item name, item price, URL of item info and URL of an image. All parameters are separated with an ampersand (&). Example: <a href=\"addtocart://id?itemname=name&itemprice=price&urlimg=imag e.png&urlinfo=info\">Add item to your shopping cart</a>bgplayer-play:// Playbacks an audio file in the background. Example: <a href=\"bgplayer-play://track-1.mp3\">Track #1</a>bgplayer-stop:// Stops background playback. Example: <a href=\"bgplayer-stop://\">Stop background player</a>counterenter:// Limits user to a specified number of page visits to a linked page or sets to zero the number of visits of the page if resetzero parameter is presented. Example: <a href=\"counterenter://secret.html?maxenter=1\">Access my secret page just once</a> <a href=\"counterenter://secret.html?resetzero=\">Reset the number of your visits</a>external:// Opens a linked page in a default web browser. This scheme will take user out of your application. Example: <a href=\"external://http://creatusapps.net\">CreaTusApps</a> 1/4
URL Scheme Description Platform Supportfacebook:// Posts a screenshot of current app page to user's Facebook wall. This URL scheme requires no arguments. Example: <a href=\"facebook://\">Let your Facebook friends see this page</a>globe:// Links a user to a globe-type page from our page type menu. The globe caries location marks that can be edited in our online editor. Example: <a href=\"globe://offices-worldwide.html\">Our offices worldwide</a>latlong:// Opens following coordinates with available Maps applications. Map opens up inside UI without leaving the app on iOS, while on Android available mapping application is loaded. Example: <a href=\"latlong://40.689167,-74.044444\">Statue of Liberty National Monument, NY</a>local:// Allows web sites loaded in In-App Browser or Mobile pages to link to internal resources of the app. Example: <a href=\"local://tab1.html\">Start page of our app</a>logout:// If your app allows users to register their own accounts, this scheme will log them out. Example: <a href=\"logout://\">Log out<a>map:// Displays the location of preset address using Maps application. Similar with latlong://. Example: <a href=\"map://Infinite+Loop+Cupertino+Santa+Clara+California+95014\">Infinite Loop, Cupertino, Santa Clara, California 95014</a>movie:// Opens a linked media file in default player. Example: <a href=\"movie://movie.mp4\">Play movie</a> 2/4
URL Scheme Description Platform Supportratings:// Allows users to rate and comment a linked page on Facebook. Example: <a href=\"ratings://gallery.html\">My gallery on Facebook</a>removefromcart:// Removes an item from user's shopping cart by its ID. Example: <a href=\"removefromcart://item_id\">Remove item from cart</a>sendmail:// Prompts user to send an email to an indicated email address without leaving an app. Example: <a href=\"sendmail://[email protected]\">Email me</a>sharemail:// Creates a screenshot of current app page and prompts user so send it by email. This URL scheme requires no arguments. Example: <a href=\"sharemail://\">Send a screenshot of this page by email</a>sound:// Playbacks a sound file in OS' default player. The scheme was designed with audio effects in mind, so the playback can not be stopped. On iOS the audio file can only be 30 seconds long and of >WAV format. Example: <a href=\"sound://beep.wav\">Alert</a>uploadphoto:// Uploads an image file to a preselected file hosting. Example: <a href=\"uploadphoto://file_hosting.com/upload\">Choose a photo to upload on the web</a>xaudio:// Playbacks an audio file or stream in OS' default player. Example: <a href=\"xaudio://track-1.mp3\">Track #1</a>xvideo:// Playbacks a video file or stream in OS' default player. Example: <a href=\"xvideo://clip-1.mp4\">Clip #1</a> 3/4
URL Scheme Description Platform Supportpurchase://restore \"Restore Purchase\" option for Apple In-App Purchases. This URL scheme requires no arguments. Example: <a href=\"purchase://restore\">Restore your Purchase</a>© 2016 Copyright | Tecstar Group 4/4
2.8 How to use Embed Application Code? creatusapps.net/blog/how-to-use-embed-application-code/By JavierYou can share via your website the apps you have created on CreaTusApps. This can be done simply byembedding an iframe from the Dashboard of your application to the HTML of your WebSite. 1) Go to your Application Dashboard2) Copy \"Application Code\". 1/2
3) Paste \"Embedded Application Code \" into your web page. RESULT:Create your own iPhone app© 2016 Copyright | Tecstar Group 2/2
2.9 Enabling Your App for Newsstand Tutorial creatusapps.net/blog/enabling-your-app-for-newsstand-tutorial/By JorgeNewsstand application launched together with iOS 5.0 is designed to provide a comfortable interface to all yourdigital periodicals. If any of your applications designed at CreaTusApps classify as periodicals, you might want toconsider enabling your app for Newsstand.First things first, please note that once Newsstand feature was enabled for an app, it can not be disabled, sothink twice before doing this as there is no undo available.From the point of view of development and design there are no actual restrictions to technical or graphicalapproaches, Newsstand logically indicates that the app is periodically updated with content on a particular topicor topics. To enable an app designed at CreaTusApps for Newsstand go to its Dashboard → Newsstand Properties and check the Enable for Newsstand checkbox. On the same page provide a Newsstand icons. When ready save the changes.Newsstand requires Apple Push Notification (APN) service to be enabled in your app (how toenable APN service). Also, you need to think ahead of what files you are going to update whilepreparing a new issue of your magazine or newspaper and enable synchronization for those files 1/2
in the Resource Manger. This will be needed when you publish a new issue as there is no need to upload it to iTunes Connect because everything can be done by sending a push notification, but please note that any Newsstand application requires at least one In-App Purchase. If your app is free you might want to choose a Free Subscription In-App Purchase type. To publish a new issue of your periodical in the Newsstand, go to app's Dashboard → Newsstand Content Publishing. A simple press of the Publish New Content button will send all of the synced files to user’s devices in a form of a new issue of your periodical.© 2016 Copyright | Tecstar Group 2/2
2.10 Prompt users to rate your app creatusapps.net/blog/prompt-users-to-rate-your-app/By JavierIt is possible to interactively prompt users who downloaded your app, to rate the app and write a review on theApp Store.This option will work for apps which are live on the App Store. Before requesting a new build (update), make the following changes in the settings of your app. From the dashboard of your app access Application Settings: Click on Platform Specific Options – > Rate App Settings:Enter your app's Apple IDNote: to find out your app's Apple ID log in to your account on itunesconnect.apple.com /navigate to \"My apps\" / \"More\" / \"About This App\". 1/2
Pick the activity which will trigger the \"Rate App\" popup message: prompt at launch application, or at relaunch from background You can also personalize the message encouraging user to rate/review your app. If not the following message will appear: \"If you enjoy using 'bundleAppName' , would you mind taking a moment to rate it? It won't take more than a minute. Thanks for your support!\" The popup message will look like below: Tapping on \"Rate It Now\" user will be taken to \"Rating section of your app\" from App Store. After signing in with his/her Apple credentials user will be able to rate your app/ submit a review of your app for the App Store.© 2016 Copyright | Tecstar Group 2/2
2.11 How to enable and use resource synchronization? creatusapps.net/blog/how-to-enable-and-use-resource-synchronization/By JorgeResource SynchronizationResource synchronization or SYNC is a an option that allows you instantly update live applications withoutuploading a new binary on the Store. This is convenient if you have lots of files to update and you do not havetime to wait for a new binary approval.To benefit from this option you need to enable SYNC before you request the binary to upload on the Store. Onthe last step of submission process enable (if not) SYNC to use this option within the application.Note: SYNC option is enabled by default for app.xml Publish the application on iTunes Connect, Google Play Store or Amazon Store. Once the application is approved you can use Resource Synchronization to update the existing files(images, sounds, HTML files, etc.). You can show or hidden SYNC option from App Settings -> In-App Settings option. 1/3
To choose what files do you want to sync, go to app's Dashboard -> Edit Pages -> ResourceManages.The check-box on the far right of the appeared table represents the sync feature state of the file(page).Note: Just files set as SYNC in Resource Manager will be updated.When user taps on Setting button -> SYNC, selected files will update from the server. Also, eachtime the user opens the app the files will update automatically. 2/3
© 2016 Copyright | Tecstar Group 3/3
2.12 Creating, Editing and Publishing a WebApp creatusapps.net/blog/creating-editing-and-publishing-a-webapp/By JavierCreating, Editing and Publishing a WebAppIn this tutorial I will show you how to create, edit and publish a WebApp (Mobile Website). Create an App using any of our tutorials and choose the target – \"WebApp\" You may also change the target of an existing App (iPhone, iPad, Android or Kindle) to WebApp There is one important thing that needs to be noted when you are changing the target to an existing App or you are duplicating an existing App ( duplicate an App ). A WebApp cannot have native tabs. So if your existing App has tabs, after changing the target or duplicating, it will not have tabs. The tab pages will be in the App (tab1.html, tab2.html. tab3.html, etc) but the default start-up page will be now index.html. The start-up page will be blank. But do not worry. When changing the target, a blank index.html file was created. You may rename any page from your App to index.html and that page will show up on start-up (first rename the default index.html to any other name). 1/4
Once you created a WebApp, you will notice in its Dashboardthat there are fewer options than a native App has. We haveremoved all the unnecessary settings like: Navigation Settings,App Store Proprieties, Statistics, Push Notifications, PageSettings, Newsstand. Also some options from App Settings weremoved. All of these settings were removed because aWebApp uses only HTML based pages and obviously there isno need for Navigation Settings, Push Notifications, etc.The WebApp cannot have native features. Here is a list of thepage types supported on WebApps:HTML, Button Menu, Color Menu, Content Menu, Grid Menu,Image Menu, Large Button Menu, Magazine Menu, Menu,Sample Menu, Side Bar Menu, Stripes Menu, WebKit Menu,WebKit Submenu, About Us, Audio Stream, Calculator, Form,Drag & Drop, jQueryMobile, Radio Stream, WebKit details, Image Area, RSS.As I already mentioned a WebApp cannot have native tabs or a Top Navigation Bar but you maycreate them in a HTML page. You may also create a back button and many other things.Once your WebApp is ready, you may publish it. You can publish a WebApp on a domain or asubdomain.After you click \"Ready to Publish\", there will be afield where you will have to insert your domain orsubdomain. The URL link you set will be the directlink for your Web App. Note that you do not need aserver. Your App will be hosted on our server.a) You may just create an A record and point itdirectly to out IP address: 184.172.164.220In App Dashboard, you will find the direct link to yourApp. In case you want to unpublish the App fromyour domain, click the \"UnPublish button\"It might take some time till the domain is set up toour server (up to 1-2 hours). Open the link in a webbrowser or a mobile browser on your device:b) Publish the WebApp on a subdomain. Set yoursubdomain and click \"Publish\"You must add following IP address as host DNS entry of your subdomain (Point your subdomain 2/4
to the IP address)184.172.164.220Note that if you are using a subdomain, you do notneed to point the domain to our nameserver.After processing is finished click \"Done\". Thesubdomain link will be active from a few minutes upto a few hours.Once your App is published, you can make changesto it in App Dashboard > Edit Pages. You may add orremove pages. After you make any changes to theApp you will have to republish it.Updates were made to the WebApps functionalities.New options were added:1) Offline Mode .This will allow the WebApp to becached on the device so it will fully work in offlinemode. Once the app is installed on the device it willwork similar as a native app.2) Open links in the same window. This is animportant option that will make all the URL's andpages from the app to be opened in the samewindow. A new tab will not be opened in the browseranymore.3) App Multimedia .You can now upload icons (forall devices) and even splash screens.4) QR Code will appear after the app is published5) Updates. Once you would like to update an installed WebApp on a device, you will have just torepublish it on the website. In a few minutes then a pop-up message will appear on the deviceinforming about the updates received.Note: That in order for the WebApp to be updated, it needs to be opened on the device.© 2016 Copyright | Tecstar Group 3/4
4/4
2.13 What are Google Play Store expansion files? creatusapps.net/blog/what-are-google-play-store-expansion-files/By JorgeGoogle Play Store Expansion Files1. What are Google Play Store expansion files?Google Play currently requires that your APK file be no more than 100MB. For most applications, this is plenty ofspace for all the application's code and assets. However, some apps need more space for high-fidelity graphics,media files, or other large assets. To make this process easier for you and more pleasant for users, Google Playallows you to attach a large (2GB) expansion file that supplement your APK.Google Play hosts the expansion files for your application and serves them to the device at no cost to you. Onmost devices, Google Play downloads the expansion file at the same time it downloads the APK, so yourapplication has everything it needs when the user opens it for the first time. 2. How to know if I need expansion files for my Android app? In case you're not sure if your app has more than 100MB, feel free to request a test build (Instant build) for your app and check the binary (.apk) size. 3. How to enable Google Play Store expansion files for CreaTusApps apps? 3.1. Android Application Licensing Public Key For enabling the Google Play Store expansion files for your app you'll need an unique Android Application Licensing Public Key. You can find it under Services & APIs section of your app settings.3.2. Add the Android Application Licensing Public Key for your app 1/4
After you have copied the app public key, you'll need to add it for your app. Please follow thesesteps Your App Dashboard -> Application Settings -> Platform Specific Options -> AndroidApplication Licensing Public Key and paste your Application Licensing Public Key.3.3. Enable Expansion FilesIn order to enable Expansion Files for your app please follow these steps:Your App Dashboard -> Application Settings -> Platform Specific Options -> Use Expansion Files**NOTE: Expansion files will be sent to you with the APK file when you request a build.4. Where I can find the expansion files for my app?Please unzip the received from us build file for your app. You should find an app-release.apkfile, this is your main app binary. The expansion file for your app you'll find in the info folder. App 2/4
Expansion file name should be main_expansion_file.obb.5. How to publish an Android app with Expansion Files on Google Play Store?5.1 Add a new .apk for your app. You can find this option under APK section of your appsettings.5.2 Upload your main app binary (app-release.apk) 3/4
5.3 After your .apk will be accepted click on No Expansion Files5.4 Click on Upload a new file and upload the main_expansion_file.obb file© 2016 Copyright | Tecstar Group 4/4
3.1 How to add the Announcements Page creatusapps.net/blog/how-to-add-the-announcements-page/By CreaTusAppsAnnouncements Page Type TutorialThe Announcements Page was created to replace the old Notification Page and old Notification Popup window.The new page allows keeping and saving the sent Notifications inside an app. STEP 1. In order to add a new Announcements Page in your app, go to \" Edit Pages\" menu then click on the \"+\" (Add New Page) button. From the list of the page types available, select Announcement and click on the \"create\" button.STEP 2. Once the page is added, you may proceed with editing it. 1/8
You do not have to edit anything in this page. It works as it is when you add it in the app. Howeveryou may customize the Style of it and also preview in real mode.1) Edit Style. Here you can edit the Design of the Page. There are 2 settings:a) Edit Style Class Body 2/8
This setting allows editing the design which is outside the Push Notifications box.b) Edit embedded CSS. Here you can edit the Style of the Push Notification box and messages.There are 4 CSS classes: 3/8
1. push-box. This CSS class is for entire Box that contains the message. You can change thebackground color, add margin, padding, etc.2. push-item. This CSS class is for a Message cell only.3. push-date. This CSS class is for the Date message.4. push-message. This CSS class is for Message tex.See the next step where the Preview shows where each class is located.2) Preview. You can preview how the Announcements Page looks like. 4/8
* Please edit the CSS style settings only if you want to have a custom design for this page. By Default the page will have Standard Design for iOS and Android platforms. Also, you may edit this page form HTML mode. You may add Header Images or any other elements. Make sure to NOT delete the placeholders '$messageDate$' and '$messageText$'. The Styles you set for the Announcements Page will take effect also for the Push Notification Popup window which shows on the device.Android 5/8
iOS 6/8
7/8
You can modify the \"Announcements\" text from App Dashboard > App Settings Localization. The keys are: iOS: \"Announcements\" = \"Announcements\"; Android: announcements_title (Announcements) 3) Delete sent messages. You may delete the sent messages using this option.The Announcements Page and Popup window can be tested only in new Applications (or new versions)submitted after November 28th 2014.© 2016 Copyright | Tecstar Group 8/8
3.2 How to add the App Share creatusapps.net/blog/how-to-add-the-app-share/By CreaTusAppsSharing is one of the most important function an application could have. CreaTusApps comes with the \"AppShare\" feature that helps users to communicate about their app via Whatsapp, E-mail, Facebook, Twitter, etc. Benefits: Sharing increases app's visibility: – Provides impressions in the Facebook News Feed – Sharing the app drives traffic and app installs Update – July 2016. The new App Share Page will now support sharing on all Apps installed on devices. This is available for all platforms. All the URL links added in the edit mode of the page will be shared. Some Applications like Facebook support only one link for sharing. For this use case, you can select which link will be shared (primary) in the edit mode of the Share Page. To add \"App Share\" page you need to access the Application's Dashboard and go to \"Edit Pages\" section. Click on Add Page button \"+\" to add a feature to your application. You will be redirected to the Marketplace where you may find different pages for the app. 1/5
Once added you may go to Edit the page. 2/5
Page Properties1. App Name – Enter the Application's Name2. Icon – Select the application's icon with a maximum resolution of 100x100pixel3. App Description – Add App Description that will be displayed on the page itself4. Share Description – Add a short description of the app that will be shown in the E-mail orFacebook share message you will send.5. App Store/Google Play/ Kindle Fire – Insert the links of the Application from the App Store:Google Play Store for Android App/ Apple App Store for iOS App/ Amazon App Store for KindleApp. Select which link will be shared primary. 3/5
Search
Read the Text Version
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175