App Deals 2.2: You won’t miss a good deal anymore!

We are thrilled to announced the release of App Deals 2.2 with awesome new features requested by our users (and some of our own)! Have you ever asked yourself these questions?

  • How can I find out when the apps I’ve had my eye on are on sale?
  • Is a free app really free or do I have to pay something once I download it?
  • How can I see only the new deals in the streams?

The answers, respectively: Price Alert, SUPERFREE & Filter “New”.

Price Alert

Everybody has his eye on some apps which he can’t afford to buy or which are too expensive. However, you may not have time to check the App Store everyday to see if the app goes on sale.

Now App Deals takes care of this for you! Just go into App Deals and set a price alert on that app, we’ll alert you as soon as the price drops.

How to set a Price Alert:

  1. Search for an app by clicking the search icon in the top left (or spot it in one of our streams)
  2. Select the app (a paid one of course :p)
  3. Click on the star next to the price
  4. Press “Yes”

And voila, you’ll be alerted! You can track as many apps as you’d like. See how it works in the video below:

SUPERFREE APPS

I am sure most of us experienced this situation: You downloaded a free app, but once downloaded, you receive an unwelcome surprise: you need to pay (via in-app purchase) to use the app to unlock features or the real value of the app. FREE is not always FREE!

Introducing the SUPERFREE filter in Search:

In this example, you can see “Monster Trainer Freemium” which is FREE to download but includes in-app purchase. When you filter for Superfree, “Monster Trainer Freemium” disappears from the results. All the apps you see in Superfree will never charge you a dime.

Spot NEW deals only!

And last but not least, you can now filter for new apps. You just have to click on “X NEW” and the stream will only show the new apps since the last time you opened App Deals.
So what are you waiting for? Download App Deals 2.2 and find some great deals!

Posted in App Deals, Appsfire Apps | Leave a comment

Inter-app communication and the future of app (re)discovery

 

This post is fairly technical in nature, but also fairly accessible.

Inter-app communication is still in its infancy. Indeed, as powerful software publishers would have it, each app or each suite of apps would attempt to lock users into a unique file format to achieve a sort of monopole. This is clearly what Microsoft was doing in the 90s with MS Office. Since then, the strong competitive and market forces got the best of the crypted files – Microsoft eventually gave way and started allowing a “clear” version of their files (.docx, .xlsx, .pptx), and even published the specifications of their native files (see the Microsoft Open Specification Promise).

Opening up the file format helped other vendors create alternative office suites, perhaps with competing formats, but almost always with a way to interchange files via an export menu option (Apple’s Keynote and Google Docs import and export to Powerpoint, to PDF, etc.). When that happens, the now competing vendors then focus on innovation inside, end users are no longer taken hostage, can focus on getting work done, and manage to share the end-result seamlessly with friends and colleagues. The OS knows what application can open what file given its “extension” (.doc, .pdf, .zip, .txt). Sadly, this is pretty much how inter-app communication works on the Desktop.

On the web, documents are typically represented by URLs. Unfortunately, the sharing tends to follow the exact pattern of the above mentioned “defensive” mechanism: the SaaS vendor will let you share to an email, which then loops back to the same proprietary platform, with its own user base, with a dedicated user/password platform (or if you’re lucky, a single sign-on from Google, FB or Twitter). But still, you’re back to being “locked-in”. Sure, you may export to a static file, but that sort of defeats the purpose of working online.

Luckily, this Chinese Walls model is changing as many open-up their SaaS platform via an API. This is especially true of CRM platforms and other enterprise grade services that initially rely on importing data from legacy systems or connect to complementary databases (HR, Customer Databases, etc.). In the non-enterprise field, it is much less the case – and Google Apps “plugins” are no better; they tend to only work within Google Apps and Google Mail… Semantic Web or Web Intents to the rescue – but we’re still far off.

On smartphones, the story is a little different. Each app typically represents one function, one feature, one task, symbolized by one icon. By default or by design, publishers come to realize that their app better excels at one thing and one thing only. The more focused it is, the better: clear winners of this paradigm include Instagram/Path, Evernote, Dropbox, Twitter, etc. This generally prevents feature overload and tends to polarize the publishers between the top-of-mindshare leaders and the rest of the pack (the long tail).

Yet, contrary to the afore-mentioned model, those leaders rarely attempt to lock their users in for any action that sits outside of their core focus. Many “document” oriented apps have a single “save to Evernote or ReadItLater”; messaging apps have a single “Tweet this via Twittie/Twitter, TweetBot, Seesmic”; apps that recognize a phone number have a “Call via Phone, Skype, Viber”, etc… Inter-app communication has never been more prevalent on smartphones than any other previous computing eco-system.

How is this possible?

Actually, you all know how this works without necessarily knowing it; the mechanism is pretty universal and widely relied upon by all OSes, mobile or not. Except that the examples hereafter are the byproducts of 20+ years of internet protocols and  hyperlinking. When an app attempts to open something that starts with “mailto:john@doe.com” then the OS will open the default Email client, and prepare an email for John Doe. Similarly, when an app attempts to open something that starts with “http://” then typically the default browser opens (same goes with ftp:// and a couple more obscure protocols). Archaic and limited.

Not so archaic on smartphone OSes

While iOS may have had URLHandlers management since the first release of their SDK, Android is ahead on this one. Android has the notion of “intent”; a few, but it’s a good start. For instance, an app may say “share this message with a messaging app” – the Android OS will then pull a list of apps that are registered to handle messaging, and the user will (re)discover all her apps that can do the job, and link straight to it with the payload (it also helps that on Android, launching a separate app feels part of the same left-to-right screen navigation, and back). On iOS, it’s a little trickier since there is no single registry nor any official nomenclature for handling intents. That being said, the Twitter – Facebook – DropBox clients all have been quick to publish an API that helps other developers bind to their apps. And so, on iOS, inter-app communication works and works pretty well in fact. We all use it all the time. It is seamless, self-less, and brings tons of value to end users.

Some developers have started creating repositories of such URLHandlers; but it’s a manually painful and poorly nomenclatured process, even if crowd-sourced. A number of pundits are envisioning or rumoring ways this could play out, and this extends to app discovery and search. Appsfire certainly has reconstructed one of the most extensive private URLHandlers database in the World (after Apple of course). This has helped us achieve a fairly robust in-app detection of “my apps”, allowing our users to share apps that they own. But still, further development is needed at the core SDK level, especially on intents and corresponding nomenclatures, allowing developers to tap into this wealth of complementary features and functions, and ultimately, allowing end users to discover apps that can help them achieve better sharing, better productivity, better flow, better choice. Taken to higher level, this may even help re-discover apps that they own, or discover apps that they didn’t know existed. And of course, we at Appsfire are working on that.

Implementing intents and helping the discovery process at the same time

Smartphone OS vendors can certainly build upon the foundation by creating a large and documented repository of intents, all following a strict nomenclature, and let developers tap into it. A central registry, tied to the OS, with a validation process, and yes, a dreadful accept/reject procedure. This sort of process is required for QoS, avoid foul play, make sure there is no collision in the naming nomenclature, and ultimately help maximize the utility of such a system. Once in place, the system will dynamically know what to do with specific type of content, be it text-based/clipboard or file based, and then which intents make sense for it. The diagram above illustrates how this might play out on iOS for example, with iCloud having an asynchronous role in identifying apps that are already purchased but that are no longer or not yet installed, and then suggesting apps worth acquiring to deal with the task at hand.

This concept would enable a whole new level of app (re)discovery in a very meaningful way.

Posted in Apps, Discovery, Technical | Tagged , , , | Leave a comment

Share your favorite iPhone and Android apps on Facebook Timeline

Today Facebook is opening its Open Graph to Third Party apps. Basically Web services can, with the agreement of the user, populate their timeline with actions they take on those services

Appsfire proud to be the very first Mobile app discovery service to launch as a partner along with a range of prestigious Web services like Pinterest, Washington post and many more. Now you will, like never before, be able to share and discover the favorite mobile apps of your friends. Right in Facebook. Let the App Store/Android Market come to you!

 

Here is how it works

What this means is very simple: On Appsfire app [App deals and others will arrive later] – both on iPhone and Android, if you decide to create an account with your Facebook login and activate the sharing feature, any time you mark an app as favorite, or add an app to your library, your Timeline will show it near instantly

Of course this happens only if you want to, but you’ll be able, without even thinking about it, to share your favorite iphone and ipad apps with your friends or, as a viewer, enjoy the list of favorite apps of your friend right in Facebook.

Here is an example of how it Looks like below with “CloudMagic” [a great gmail search app]

Here on The Appsfire iPhone (or iPad) App, you favorite “Cloud Magic”

Here a few seconds later the action shows in your Facebook Timeline

 

The App store comes to you

As you can see the “Favorited” action has been populated right from Appsfire. If you Click on “MyApp” the action will be “Installed

It was important for us to have 2 different signals. It does not mean that because you installed an app, you really like it. Too many users confuse apps that are popular in the rankings (installed) and apps that are really appreciated (favorited).

We want to help users and their friends to make the difference and have a granular signal about.

Now you can find, more than ever, the apps your friend really love.

It’s as if the App Store was coming to you, rather than you going to the app store. It’s as if, the iPhone of your friends was coming to you, rather than you glancing at your friends’ iPhone [not sure we agree with the Anti-App Store expression - it is more a complement ]

Another great discovery mechanism. By Appsfire

Privacy side note:

  • at any moment you can edit/ remove your actions from your timeline. And of course in Appsfire you have a settings to deactivate the public sharing.
  • If you install an app via Appsfire and you do not app it to your MyApp section, it will not be shared on your Timeline.
  • Finally the Timeline sharing is not retro active: only from today, the apps you will decide to share with your friends will show on your timeline

 

Posted in Discovery | Leave a comment

SOPAPP

 

It is not in the App store or the Android Market. But if it was. it would look something like that (more on sopa here)

Posted in Uncategorized | Leave a comment

Meet Appsfire at Mobile World Congress 2012 #MWC12

It’s official: Appsfire will be present at the Mobile World Congress from February 27th to March 1st in Barcelona.

Appsfire has been selected along with 3 other French companies (Lemon WayXbrainsoftKawet) by  Mobile Marketing Association France, Silicon Sentier and Ubifrance to represent French startups in The Pavillon France.

Want to set up a meeting? We’ll be in Hall 2.0, but please email us at contact [at] appsfire [dot] com

We are looking forward to meeting you in Barcelona! Hasta pronto ;-)

Posted in Events | Leave a comment

Appsfire Partners with Ansca Mobile

If you are a developer using Ansca Mobile’s Corona SDK, or if you’re thinking about it, we’ve got great news for you! Starting today, Ansca mobile developers will receive discounted rates when promoting their apps with Appsfire.

Ansca’s Corona SDK mobile toolkit empowers developers of all backgrounds to create games and applications for iOS and Android. In 2011, apps created with Corona SDK were downloaded over 35 million times across iOS devices, Android devices, and the Amazon Kindle Fire and NOOK Color.

Appsfire mobile apps provide intelligent recommendations based on users’ preferences, geolocation, social graph, and more, along with personalized recommendations based on the apps the user already owns. Millions of users worldwide enjoy Appsfire’s app discovery apps.

If you’re a Corona developer and interested in taking advantage of preferential pricing on marketing campaigns through the Appsfire network, please be in touch.

So developers: We wish you happy coding with Corona, and look forward to promoting your app!

Posted in Uncategorized | Leave a comment

2012

Happy new year to All our dear users, partners, customers, friends and so many ambassadors of our service all around the world.

Looking back at 2011, we re very proud of what has been accomplished; but frankly, BS aside, we also feel some frustration when we contemplate all we wanted to do, that we could not do. That’s what you feel when you feel passionate about something. You’re never happy and want to do more. We’re focused on innovation users love and discovery and promotion of apps is still in its infancy [check our predictions to get a sense of it]

So we’ll save you the part where we ‘ll tell you how great we did. 2012 will be a great exciting year

Just a few reminders: 2011 was the year

  • we rebooted with a fresh round of funding
  • we introduced a brand new visual discovery experience
  • We introduced OpenUDID as an alternative to the UDID, deprecated by Apple
  • We introduced COMING SOON, a unique ad format for apps to pre announce their launch and support the range of ad units we already use.
  • We introduce the Rating booster soon to be launched with more tools
  • We were selected by Facebook as the only company in the app discovery field for launching their new coming Open Graph platform

So what about 2012? 2012 we’ll be the year where…..well… you see…

Stay tuned

Posted in Uncategorized | Leave a comment

Dear Apple, is it a freeze or is it not?

update on web 28/12: although the freeze was supposed to end up tomorrow dec 29th, we observe rankings are dynamically changing everywhere back again and that app updates are popping up..

We’re are observing very erratic behaviors in the app store that is creating confusion for end users and developers.

Apple clearly informed the developers that during a few days iTunes connect (the developer section to manage your apps in the app store) would be frozen: you have no possibility to submit a new app, to modify the prices of your app, its description.  The Freeze is supposed to happen between the 22nd and 29th of December 2011.

All developers are set with this rule. But for some strange reasons there are many bugs confusing users. How do we know? users and developers tell us

PRICE FREEZE OR NOT?

For example prices of apps seem not to display consistently. Some apps appear as free or paid in the search results but when you go to the app page to actually download it you see a different result. Here is an example we were informed of by one of our users a short moment ago.

iDJ appears as FREE in search results, but then as PAID in the app description. But if you go to iTunes on the desktop it appears as FREE

Yesterday we stumbled upon Search out , a paid app which was marked as Free (in promotion) instead of Paid. We tried to download it. But as we did there was an error message saying that the download had to stop because “it is being modified”. If there is a freeze, there should not be any modification.

RANKING FREEZE OR NOT?

Another thing that is happening: the rankings are partially frozen but it only started yesterday Monday 26th. Apple was not clear in the communication about that. The reality is that many developers asked us about this too. What we saw last year is that rankings were not frozen. But this year something weird is happening

In some countries like France rankings are totally frozen

In the USA rankings seem to be partially frozen: the top 50 ranking does not seem to move but below it is moving, a lot, up until an hour ago. And its moving in a very random manner. See below the full reshuffle of rankings in just 10 minutes!

 

Finally this situation is not good for users: they don’t know there is a ranking freeze: they are going to see apps top ranked because they are artificially maintained top ranked. Apple should just remove the rankings during the Freeze. Or leave them but let all developers and users know about it.

SO? STORE FREEZE OR NOT?

Apple should fix this erratic store beahavior even if this is holidays: the App store is too important to leave it to such cases. It is not enough to warn developers. They should have a clear Freeze rule where nothing change at all even if you program a change. In addition Apple should also clarify the rules with their customers – the users

We can all take vacations: but if a store is open, it should be operating correctly.

update:

Several developers reached out to confirm the random behavior of the store and distorsion in prices of certain apps (probably trying to change their price during the period, but this is not confirmed)

Another surprise this morning: although itunes connect is supposed to be “Frozen” an app update just popped up. See below. did you see more? [we just found IMDB has an update]

Posted in Uncategorized | 1 Comment

It’s time for our 2012 mobile app predictions

In terms of mobile app predictions, Appsfire is not doing too bad. If you want to a proof, check our last year’s predictions. Not bad huh?

So here are our 2012 predictions for this year

  1. 1.5 million live apps [iOS + Android] by end 2012. We were already predicting in september before others confirmed 1 million apps for 2011 [100% chances]
  2. Native apps win over web apps, big time [sorry Dave Winer]: yes HTML5 is wonderful. but there is still no magical way to make decent money and get decent distribution our of web apps, since the App ecosystems are focusing on promoting native apps (only or first) and users prefer the experience of native apps [100% chances]
  3. Apple will bring a new Apple TV with apps[a box, not a screen]. Will run iOS apps [some of them] and it will be much faster and awesome [90% chances]
  4. iPhone 5/iPad 3: yes, it will land. will have NFC, with a new design, new camera, faster, more battery, more everything. Samsung will blush, then copy. iPad 3 is announced. includes Retina display [90% chances]
  5. Android will crash iOS on market share, but iOS developers will still make more money than Android developers: not a prediction actually, but that will still be the case as Google is still not solving well the billing and piracy issues [not mentioning the fact that not educating their users to pay correctly is not helping] – 80% chances
  6. Windows Phone gets its share of the market and beats RIM. Lumia 800 is a hit phone [70% chances]
  7. SIRI will be available for iPhone 4 and 3GS. There is already a proof it is working [65% chances]
  8. SIRI API becomes available. You will be able to launch and control 3rd party apps by voice [50% chances]
  9. Apple relaxes App store rules: A lot more apps get in faster. But more apps will get rejected after being approved [65% chances]
  10. Asia conquers the App Space: more top games, more top apps will be produced and marketed from the east and will shoot frontally traditional app giants [70% chances]
  11. Instagram goes with massive funding, extend to video, android. Path rejects a second acquisition offer, gets massive funding too [80% chances]
  12. Security is becoming a mess on Android: Google will buy Lookout or some other mobile security firm [70%]
Do you have more predictions for 2012?

Bonuses

  • Most blog posts about app discovery will still start with “With over half million apps, finding the right app can be a real challenge…” [150% chances]
  • It will still be considered as cool to make cool jokes around the APP word (eg:  ”APPY new year” , “this is APPENING now” )
  • WWDC 2012 will sell out in 2 min and 13 seconds. Better then 2011 [ok maybe a bit longer..]
  • Someone will finally make an app about 2012 app predictions [zero %]
Posted in Uncategorized | 1 Comment

A developer tip to get you out of the App-ocalypse

Sarah Perez at Techcrunch, has a great post on a new kind of problem many users have on their smartphone [btw thanks Sarah for using a screenshot of one of our apps :) ] . What we call internally “App Re-discovery”: you download so many apps you can’t remember where they are (folder) or even what they’re called and you need to find them again.

Sarah suggests a better smartphone search engine that would index in a more relevant manner those apps. eg: you search “deals” you get groupon and Living Social

She also mention that smartphones require a better app management system

So here’s a crazy idea: give our devices a real search engine – one that’s as powerful as the app store’s engine, if not better. Apps should be keyword-optimized, ranked and rated by dozens of signals. The on-device app search engine should know what apps you have installed, how often you use them, how long you’ve had them, when you bought them, their ratings, your ratings, which of your friends use them, and everything the apps can and can’t do. For starters.

She’s right all the way. This is required and maybe apple or google will build this. But we saw with music that itunes even with ping has not gotten even close to that. Apple recently introduced a “purchased” section which allows you to better view what you have downloaded. But you don’t get more visibility than that and quite frankly this is not really helpful.

The reality is that this is a very hard problem to solve. Discovery like Re-discovery are not only related to how a search engine is built but also to how data about your apps are collected AND structured and presented. We spent 100% of our time trying to solve this and we don’t believe we’re there yet (although we think we re on the way)

Search is only one dimension to approach discovery. We observe on our own properties but also talking to some other players that only 30% of users find their app by using search. On the device it is very likely you use spotlight to find apps you don’t regularly use and that end up in your second or third homescreen. But there is also a better and smarter solution.

Here is what we learned for the past two years and that developers can already leverage today:

1. Users on mobile are not big fan of search: they much prefer the “browsing” model because it’s faster, simpler and does not require any input. You can see that in news (flipboard, pulse), but also with apps (browsing the lists or rankings). This is also why we made the choice to organize our apps by streams we build around relevant context (your friends, location, price drop, tastes,…). So build your app considering your going to be mostly found like this: great icon, great title, great screenshots. The icon in particular we’ll help you a lot in the rediscovery process because on mobile everything is more visual than textual.

2. Search in itunes AND spotlight are already built to work with keywords: if you are an app developer, it is critical you add the right keywords in your metadata. For example many apps that are not called “photo something” come out when i search photo. Apple or Google can’t solve that alone: they need the developer’s input. Add keywords where you can but in particular in your app title eg: BALAGRAM – photo utility for your phone instead of BALAGRAM (check LiveShare as an example)

3. Build a relation with users: too many developers think that once your app is installed on a device the job is done. You can only get attention on the device if you constantly capture this attention. And the best way to do it beyond building a great app is by creating a real relation with your users. An app should not be different from a web site in the sense that you need to keep your users informed, engaged and happy: build a notification channel, use push notification (optin of course) or newsletters, get a real feedback system in your app, animate your app..

Many apps struggle with that part and use the app update notes to do that. that is plain wrong. no one read update notes. It is easy to do better [we introduced a solution for that in private beta]

 

Rediscovery is going to be a more visible marketing problem in the next months. A whole generation of users are consuming apps more and more. Up until now, it was a manageable pain. But it will be less and less so.

Now there is something search is not good at today and there is no one single company who created this dimension (for now): in-app search

Sarah’s idea is to suggest that app search should be made possible thanks to a better indexing of the app metadata. But there is more. Imagine a meta-search engine that tells you in which of your native apps you can find the info you need: eg search “Ghost Protocol” and the engine will answer you that results are available in IMDB app, Allocine app that you own and in RunPee app that you don’t own. You don’t even need to know which app is good for that query.

Yes, you would not even need to know which app you need. The smart search engine would actually tell you which app you have or have not and point you right to the page result in the app 

What a great experience it would be. This is incredibly hard to build and even google is not even close to that.

In the meantime, use the tips above and you should already feel better :)

Posted in Uncategorized | Leave a comment
  • Meet us at Mobile World Congress 2012



  • Search Apps

  • Like Appsfire on Facebook

  • Follow Appsfire on Twitter

  • Appsfire is the best way to discover the best iPhone and iPad apps.

    Must have, to find and share the best apps right from your iPhone
    Must have, to find and share the best apps right from your Android device
    Find and share apps from your iPad like never before