Tag: ios
Follow the instructions below to submit the source code (build) in your Apple Developer Account that we uploaded for you. 1) If not already there, log into your Apple Connect account, and click My Apps, then select the app. 2) The new uploaded code will be visible when you click the Activity tab.
+ Read More
Use the steps below to invite us to be an Admin to your Apple Developer Account. 1) Apple accounts requires to have the 2 Factor Authentication activated on Developer Accounts but only for the owner of the account. Therefore we will add a new member to the Apple account. Log in App Store Connect account, then
+ Read More
When using Layout 9, if you’re having an issue with your icons on the slide-out menu being too high on iOS, use the code below to fix the margin: BEFORE AFTER 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll
+ Read More
Using our App Previewer, you can demo/preview your app on your phone prior to your app being published to the Google Play Store or Apple App Store. Below are the links to our Previewer apps. Download the app onto you phone. Then use your account login information to gain access to the the app. Once
+ Read More
The Easy Appointments feature will easily allow you add a appointment booking to your app. Via your Control Panel you will be able to add multiple stores, categories, services and providers to your Appointments feature. It’s also possible to define store opening and closing times, and create a specific schedule for the providers. App
+ Read More
Easily create your own quizzes or exams, and add as many as you want into your app. Options include defining grades depending on the percentage of correct answers or on the points earned during the quiz, it’s up to you. You can even add a description for each grade to make the experience more fun
+ Read More
Follow the instructions below to change the background color of the various grid boxes in the Grido layout. Enable “Advance Customization CSS / SCSS” in colors tab and enter this: .layout.layout_grido .object:nth-child(6n+1){ background: #364F6B; } .layout.layout_grido .object:nth-child(6n+2){ background: #EA7362; } .layout.layout_grido .object:nth-child(6n+3){ background: #FF895D; } .layout.layout_grido .object:nth-child(6n+4){ background: #20DECB; } .layout.layout_grido .object:nth-child(6n+5){ background: #FFA0C2;
+ Read More
Follow the instructions below to add an image to your App Header. 1) Create or locate the image that you want to use. The size should be around 640x128px. 2) Log into your App Manager and select your app. 3) Click Colors from the left-hand-side of the screen (or the middle of the screen). 4) Scroll down to the Advanced SCSS
+ Read More
Follow the instructions below to add a new Font to your app. You can add one of our default Fonts, or you can add a Google Font type. Getting Started: 1) Find the font you want to use on Google Fonts (click here). 1) Log into your App Manager and select your app. 2) Click Design from the left-hand-side
+ Read More
Here is a small snippet to change your background-color into an image. 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). Disable the general background color of your app by pushing the slider all the way to zero. Optionally, you can disable the header
+ Read More