Brand new greattimeapps.com is up! Oh so many apps…
Lots of great themes out there. Went simple and made it easy to get to the app store. 5 cities (with more in review with Apple!).
So I’ve played with Red Foundry for a while to make such classics as the BYOB App - Chicago, but you can also pop-out android apps with a few tweaks. I googled around and it’s not super easy to find a way to make a .keystore file for your android app when you don’t know what you’re doing.
Here’s what I did:
1) Open Terminal (I did this on a mac)
2) Type this: keytool -genkey -v -keystore mykey.keystore -alias coffee -keyalg RSA -keysize 2048 -validity 10000
replacing “mykey” and “coffee” with you app names/key name.
3) Answer the questions about your name etc…
4) You’re done. The .keystore text file is now on your computer. Get excited.
TH: @stackoverflow for the starter