Open GoogleCodeExporter opened 8 years ago
I'm having the same problem too.
This can be easily replicated in Dungeons by removing <action
android:name="android.intent.action.MAIN" /> and/or <category
android:name="android.intent.category.LAUNCHER" /> in the android manifest.
Normally you should pnly launch MarketBillingService in an activity with
aforementioned tags.
That said, i'm starting to get problems on apps similar to livewallpapers and
such. Tagging the wallpaper service with MAIN/LAUNCHER does not work here, so
I get similar errors from above.
Original comment by aimatand...@gmail.com
on 24 Nov 2011 at 5:07
I'm having a similar error in line 733. I don't have the
android.intent.category.LAUNCHER in the manifest since I'm building a plugin
Original comment by ilnu...@gmail.com
on 2 Feb 2012 at 4:49
Getting the same problem with a widget, earlier versions of the market/play app
worked ok, seems the recent version or two have this problem. In-app needs to
better support apps that dont have a launcher icon..
Original comment by mathew.w...@gmail.com
on 8 Mar 2012 at 3:42
same here, waiting for a fix
Original comment by ababee...@gmail.com
on 18 Mar 2012 at 11:43
This has been a problem in Shady SMS since December of last year. In earlier
versions of the Play Store it would just crash, now the Play Store is ANR'ing.
Original comment by waterfue...@gmail.com
on 6 Aug 2012 at 4:47
[deleted comment]
ANR occurring in Play Store version 3.7.15, Verizon Galaxy S3. The ANR occurs
predictably when a users attempt at purchase is declined, canceled, refunded,
anything but successful. Confirmed on the Samsung Galaxy Nexus on Verizon, and
Sprint. Confirmed on the HTC EVO 4G LTE on Sprint. Confirmed on the HTC
Thunderbolt on Verizon.
I can't find a single phone where the Play Store does not crash under a
declined, canceled, or refunded circumstance.
Original comment by waterfue...@gmail.com
on 7 Aug 2012 at 1:40
fucked by the same error! I published an unmanaged product in my app. After I
pay the money with google wallet for a real test ,the play store app just
crashed. What's more,I got two emails from the google play. The first told me
that the purchase process completed, but the second said that the order is
canceld by google.
Original comment by ixy...@gmail.com
on 30 Jan 2013 at 1:46
Inventory.getPurchase(SKU) is going to return null if the sku provided was not
purchased. You cannot get further purchase information from it.
Original comment by ani...@educren.com
on 29 Apr 2014 at 7:05
Original issue reported on code.google.com by
willem.stoker
on 21 Apr 2011 at 8:08