Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Error in Android 4.0.4 #5

Open
natefollmer opened this issue Oct 26, 2014 · 1 comment
Open

Possible Error in Android 4.0.4 #5

natefollmer opened this issue Oct 26, 2014 · 1 comment

Comments

@natefollmer
Copy link

I have no devices with this version of Android on it, but I've gotten about 6 or 7 emails from users staying they cannot purchase in-app products since I've updated to the latest ti.inappbilling build. They all have 4.0.4 - it works fine on every other version of Android I've tested and I know I've seen some purchases from users under 4.0. The weird thing is, restoring works fine for them, they just cannot purchase. The Google Play pop up never appears.

I've tried getting logs from these users, but that's not been going so well :) Has anyone else ran into this?

Thanks for this great module! Let me know if I can provide any more information. It's been working great for me otherwise!

@TNuzzi
Copy link

TNuzzi commented Nov 20, 2014

@Geek-Fish I am using a device with 4.0.4 on it and am getting the following error:

11-20 15:41:35.302: W/System.err(3015): java.lang.NoSuchMethodError: android.app.Activity.startIntentSenderForResult
11-20 15:41:35.302: W/System.err(3015): at org.appcelerator.titanium.util.TiActivitySupportHelper.launchIntentSenderForResult(TiActivitySupportHelper.java:92)
11-20 15:41:35.302: W/System.err(3015): at org.appcelerator.titanium.TiBaseActivity.launchIntentSenderForResult(TiBaseActivity.java:625)
11-20 15:41:35.312: W/System.err(3015): at ti.inappbilling.util.IabHelper.launchPurchaseFlow(IabHelper.java:425)
11-20 15:41:35.312: W/System.err(3015): at ti.inappbilling.InappbillingModule.purchase(InappbillingModule.java:219)
11-20 15:41:35.312: W/System.err(3015): at org.appcelerator.kroll.runtime.v8.V8Object.nativeFireEvent(Native Method)
11-20 15:41:35.312: W/System.err(3015): at org.appcelerator.kroll.runtime.v8.V8Object.fireEvent(V8Object.java:62)
11-20 15:41:35.312: W/System.err(3015): at org.appcelerator.kroll.KrollProxy.doFireEvent(KrollProxy.java:884)
11-20 15:41:35.312: W/System.err(3015): at org.appcelerator.kroll.KrollProxy.handleMessage(KrollProxy.java:1107)
11-20 15:41:35.312: W/System.err(3015): at org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:347)
11-20 15:41:35.312: W/System.err(3015): at android.os.Handler.dispatchMessage(Handler.java:95)
11-20 15:41:35.322: W/System.err(3015): at android.os.Looper.loop(Looper.java:137)
11-20 15:41:35.322: W/System.err(3015): at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:112)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants