2017
Table Of Contents
- Contents
- Introduction
- Quark digital publishing options
- Defining your goals and limitations
- Hardware, operating systems, and formats
- General design approach
- Mistakes to avoid
- Projects and Layouts
- Digital layouts
- Creating a digital layout
- Working with layouts
- Adding interactivity to digital layouts
- Working with interactivity actions
- East Asian features in Digital layouts
- Text in Digital layouts
- Fonts in Digital layouts
- Hyperlinks in Digital layouts
- Groups in Digital layouts
- Synchronizing content between orientations
- Updating missing files
- Reviewing Digital Publishing asset usage
- Working with Reflow
- Creating a TOC for ePub or Kindle
- Working with eBook metadata
- Digital layouts
- Working with output styles
- HTML5 Publications
- Exporting for ePub
- Exporting for Kindle
- The App Studio feature
- Understanding App Studio
- Creating an App Studio issue
- Creating an App Studio app
- Preparing to submit an App Studio app to Apple
- Creating your developer account
- Getting your iPad's device ID
- Creating your iOS Development Certificate
- Creating your iOS Distribution Certificate
- Registering devices
- Creating an app ID
- Setting up for push notifications
- Creating a Development Provisioning Profile
- Creating an App Store Provisioning Profile
- Creating an app description in iTunes Connect
- Setting up in-app purchases
- Preparing to submit an Android App Studio app
- Requesting an App Studio app
- Updating an App Studio app
- Preparing to submit an App Studio app to Apple
- Submitting an app to Apple
- Submitting an Android app
- Exporting as an iOS app
- Legal notices
- Index
Creating a keystore
Create a Google keystore for Mac
Read the documentation here:
http://docs.appstudio.net/display/AppStudio/2.+Create+a+Google+Keystore. For further
information on this, please read the Android documentation here:
http://developer.android.com/tools/publishing/
To create a Google keystore for a Mac:
1
Edit: Your_personal_file title and Your_personal_alias in the following
example of a Keytool command that generates a private key: keytool -genkey -v
-keystore Your_personal_file_title.keystore -alias
Your_personal_alias -keyalg RSA -keysize 2048 -validity 10000 .
2
You will need to edit several elements of your newly created key:
a
Open the Terminal App on your mac (Applications / Utilities / Terminal)
b
In the command line copy and paste the Google Key you created and press ENTER
c
Enter the following profile information when prompted:
• Keystore password
• First and last name
• Your organizational unit
• Name of your organization
• City or Locality
• State or Province
• The two-letter country code for your unit
d
Answer YES when asked to confirm that the information is correct.
3
You key will be generated and you will be asked for the following:
• Keystore password. This is the keystore password you entered into the form.
• Key password.
4
You key will be generated and you will be asked for the following:The key will be saved
in your Users/hardrive name (home icon)/ mykeys.keystore. If you cannot
find the key in this location, go back in to Terminal, press return and type in pwd
my-macbook-pro-2:~ hardrivename$ pwd. This will return Users/location/,
This is the location of your key.
5
Complete the Android App Studio App Submission form and attach your Google key.
Create a Google keystore for Windows
Read the documentation here:
http://www.thomasmortensen.com/index.php/71-android-keystore-jdk.
Ensure you have the Java Development kit installed on your machine before you start.
You will need this to create your Keystore file. To download the JDK installation file,
DIGITAL PUBLISHING WITH QUARKXPRESS 2017 | 101
THE APP STUDIO FEATURE