I have an app with opportunity to buy in-app item. And when I've downloaded this app and tried to buy the item - everything is ok - buying intent appears (then I canceled transaction). the issue is that intent appears only first day after downloading app - the next day I got the crash "null pointer exception" on line
startIntentSenderForResult(pendingIntent.getIntentSender(),
1001, new Intent(), Integer.valueOf(0), Integer.valueOf(0),
Integer.valueOf(0));