Billingservice Android - No signature
I have followed to following great tutorial at : http://blog.blundell-apps.com/simple-inapp-billing-payment/ I have done everything the tutorial says and have read everything 3 times over again but still i am not receiving a signature in the intent.getStringExtra(INAPP_SIGNATURE) in onReceive() : BillingReceiver.java which makes my app crash because the app cant compare signatures to verify if the purchase is done correctly. This is how my BillingReceiver looks like: public class BillingReceiver extends BroadcastReceiver { private static final String TAG = "BillingService"; @Override public