2019-ebook-3d-onblue4
Everything you need to know about building mobile apps

Learn what a mobile app can do for your business, how to build a great mobile app, and much more. Enter your email below for our free ebook.

Custom App Spotlight: ‘Ōlelo’s Mobile App

By Dalya Messenlehner | February 20, 2024

‘Ōlelo Community Media is a non-profit organization located in Hawaii, dedicated to providing media education and community access to television production resources. The organization’s mission is to empower community members to tell their own stories and share their perspectives through media production. ‘Ōlelo offers a wide range of services to the community, including media training,…

Read More

Connect Your Ionic 2+ App to WordPress Using the WP-API

By Scott Bolinger | September 21, 2016

*Updated for Ionic 3.2.1 on 5/17/17 In this tutorial, we will walk you through the process of creating an Ionic 2 app that pulls in WordPress posts and other content using the WP-API. We’ll also look at how to handle custom post types and other content using the same method we’ll use here. Once you know…

Read More

Using a child theme to customize your app

By Scott Bolinger | September 14, 2016

When building a WordPress website, using a child theme to customize your site’s look and functionality is considered a best practice. It should come as no surprise that you should use a child theme when creating an app for your site. I briefly touched on this topic in my recent post where I provided an overview…

Read More

How to Estimate a Mobile App Project for Your Clients

By Scott Bolinger | September 7, 2016

Many freelancers and agency owners I talk to like the idea of offering apps to their clients, but they just don’t know where to start. For an agency, part of the problem is lack of experience building apps, and the other part is they don’t know how much to charge. There is this fear that…

Read More

HotBookDeals: From site to App

By Scott Bolinger | August 31, 2016

NOTE: The content in this post is related to AppPresser 2 only. For AppPresser 3, please check out this post Post Author: John Hawkins Earlier this year, I launched a new website called HotBookDeals.com, a site that sends a daily newsletter to members informing them of free and discounted ebooks in their selected categories. After…

Read More

Segmented Push Notifications Are Here!

By Scott Bolinger | August 24, 2016

Update: this post is only for AppPresser 2, if you are using AppPresser 3 please click here for information about segmenting. AppPush 2.4.0 was released yesterday, with a huge new feature: segmenting. This has been one of our most requested features, and it’s finally here. Segmenting gives your app users the ability to sign up…

Read More

Product Updates August 2016

By Scott Bolinger | August 16, 2016

Note: The content in this post is related to AppPresser 2. For AppPresser 3, please refer to our documentation We are always working hard on improving AppPresser, and we get really busy responding to your support requests and writing new code. We don’t always do a good job letting you know about new stuff, so here’s an…

Read More

Use Fastlane to Speed Up iOS App Store Submission

By Scott Bolinger | July 6, 2016

Updated July 2017 for Fastlane 2.4+ If you’ve submitted an app to the Apple app store, you know it can be a huge pain. You have to generate certificates, provisioning profiles, .p12 files, create the app store listing, and more. You login to different places to do those things, rebuild the app, download multiple files,…

Read More

How to Write Better Javascript

By Scott Bolinger | June 29, 2016

Most web projects involve writing Javascript, these days it’s more popular than ever. It’s important to know the fundamentals of how to write good Javascript, even if you don’t become a JS Ninja. There are some simple guidelines you can follow to instantly upgrade your skills, and ensure clean, maintainable code. Before we dive into…

Read More

An Introduction to Ionic 2, Typescript, and the WP-API

By Scott Bolinger | June 15, 2016

Keeping up with modern Javascript these days is harder than following the love lives of the Kardashians. Being a front-end developer is a constantly evolving job, with the framework du jour changing every other month. Writing Javascript is no longer just writing Javascript, it’s learning to use command line compilers like Grunt and Webpack, code…

Read More