Skip to main content

Posts

Showing posts from January, 2011

Google’s Android becomes the world’s leading smart phone platform

Canalys

CloudApp

CloudApp allows you to share images, links, music, videos and files. Here is how it works: choose a file, drag it to the menubar and let us take care of the rest. We provide you with a short link automatically copied to your clipboard that you can use to share your upload with co-workers and friends. Additionally you can view, track and delete files right from your menubar. CloudApp

TinkerTool

TinkerTool is an application that gives you access to additional preference settings Apple has built into Mac OS X. This allows to activate hidden features in the operating system and in some of the applications delivered with the system. TinkerTool

Appirater

Let users rate your app in-app. Every time the user launches your app, Appirater will see if they’ve used the app for 30 days and launched it at least 15 times. If they have, they’ll be asked to rate the app, and then be taken to your app’s review page in the App Store. Appirater ( web , git )

iTunes Linking Tools

Make it easy for customers to find your content. Customize your own iTunes URLs. Easily create links using our Link Maker tool. Or keep your customers in the loop with our RSS Feed Generator. Affiliate Program Link Maker Tool RSS Feed Generator Tool Redirect URLs Advanced Linking Tools Identity Guidelines iTunes Linking Tools

iTunes Search API

The iTunes Store Web Service Search API allows you to place search fields in your website to search for content within the iTunes Store. You can search for a variety of iTunes Store content; including movies, podcasts, music, music videos, audiobooks, and TV shows. You can also call an ID-based lookup request to create mappings between your content library and the iTunes Store content library. Terms and conditions apply. The iTunes Affiliate Program allows you to earn a commission on qualifying revenue generated by clicks initiated from your website into the iTunes Store. For more information on the Affiliate Program, see http://www.apple.com/itunes/affiliates . iTunes Search API

Dropbox API

Use the Dropbox API to enhance your mobile applications with online file browsing, synchronization, backup, and sharing features. There is an Objective-C library as well! Dropbox API

Caffeine

Caffeine is a tiny program that puts an icon in the right side of your menu bar. Click it to prevent your Mac from automatically going to sleep, dimming the screen or starting screen savers. Caffeine

Getting UDID App for Customers

Ad Hoc Helper lets you email a copy of your device's UDID (unique device identifier) to developers so they can add you to their Ad Hoc distribution profiles. This allows them to create a special version of their apps that can be run on your iPhone outside of the normal AppStore channels. Ad Hoc Helper in App Store

Crash Reporter

Plausible CrashReporter provides an in-process crash reporting framework for use on both the iPhone and Mac OS X. Crash reports are output as protobuf-encoded messages, and may be decoded using the CrashReporter library or any Google Protobuf decoder. The CrashReporter library handles both uncaught exceptions and fatal signals. Features: Implemented as a in-process fully async-safe signal handler. Does not interfere with debugging in gdb Handles both uncaught Objective-C exceptions and fatal signals (SIGSEGV, SIGBUS, etc) Backtraces for all active threads are provided. Provides full register state for the crashed thread. The following platforms are currently supported: Mac OS X 10.5+ (x86-32, ppc, experimental x86-64) iPhone OS 2.0+: (armv6, armv7) iPhone Simulator 2.0+ (x86-32) PLCrashReporter Server part and extension: CrashReporterDemo MacDevCrashReporter See also: CrashKit Hoptoad Hexspeak

Create native-looking iPhone/iPad applications from HTML, CSS and JavaScript

strip away the browser chrome (the url bar and button bar); prevent viewport scrolling and scaling; respond to multi-touch and gesture events; use webkit CSS to get the iPhone OS look and feel; cache the app so it runs without internet access; get a custom icon on the home screen; and have a splash screen load at the start How-To