Re: [android-developers] Re: Piracy Breakdown by Country

2010-08-31 Thread Samuel Lawson
Here is a suggestion for Google. Pirates have very clear buying patterns. Most can be spotted easily. Analyse the market for buyers who repeatedly buy apps and then get a refund in under 5 minutes. Then block those users. I can see these guys normally pirate 2 of my apps in the space of 5 minute

Re: [android-developers] Re: Seems Android Market statistics go wrong again

2010-07-18 Thread Samuel Lawson
I see the download figures have dropped across all apps. Though that is probably inline with the adjustment described in the blog post. I believe the market still has "troubles" though - yesterday around 30% of users who tried to purchase my app cancelled - due to their downloads failing. On a ty

Re: [android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-15 Thread Samuel Lawson
Actually it is nicely explained here: http://developer.android.com/guide/topics/manifest/uses-sdk-element.html On Thu, Jul 15, 2010 at 10:08 PM, Samuel Lawson wrote: > When you compile you won't be able to use any APIs introduced after > your target SDK. > > It won't

Re: [android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-15 Thread Samuel Lawson
When you compile you won't be able to use any APIs introduced after your target SDK. It won't prevent your app from appearing on earlier devices, that's purely down to the your minimum SDK chosen. Of course make sure you test on the the minimum SDK you define - to check your app behavior and chec

Re: [android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-15 Thread Samuel Lawson
Why don't you just set your target sdk higher? On Thu, Jul 15, 2010 at 6:38 PM, Pent wrote: >> At any rate, the correct thing for an app developer to do is >> explicitly state which features they care about, and you can there use >> android:required="false" to tell Market not to filter your app b