-
Notifications
You must be signed in to change notification settings - Fork 534
Crash. Start card.io activity on some devices #19
Comments
Thanks! We'll see if we can reproduce this and get a fix out. |
@xal - We have not been able to reproduce this issue. Any additional info or occurrences that may help? |
This is affecting some of our users too, here is the stacktrace from Crittercism:
OS Versions:
Devices:
|
We've been having the same issues too for some time, and have seen this on V3.2.0 as well as 4.0.0. Seems to be affecting rooted users on 4.2.2 most commonly. |
Somehow the DataEntryActivity is being called without extras. We'll have to investigate why the extras are null, despite CardIOActivity explicitly passing the extras along. |
This was fixed in the latest release, |
No card.io.jar in this package . |
@tkzht0105, I'm sorry, I'm not able to determine if you're reporting an issue. If you have a new issue to report, please open a new GitHub issue. Thanks! |
In crash report from production we received report about crash in card.io library.
Exception:
io.card.payment.DataEntryActivity.onCreate java.lang.IllegalStateException: Didn't find any extras!
Code:
Intent scanIntent = new Intent(activity, CardIOActivity.class);
Device info:
4.1.1
ANDROID VERSION
Yes
ROOTED
Portrait
UI ORIENTATION
UNKNOW
DEVICE
The text was updated successfully, but these errors were encountered: