framusrock_old

Results 6 comments of framusrock_old

@a-maurice I hope it's okay if I tag you here ;) Just wanted to ask again if the behavior that I described is normal / expected or if it might...

@a-maurice Okay sure, no worries: 1) Cut your device from internet (flight mode basically) 2) Tap on a dynamic link to open your app with it 3) The dynamic link...

@a-maurice Thank you for the detailed info and the testing! Our game Tower Duel has indeed already a referral system in place and it works very well with Dynamic Links!...

We're also having this issue on a live app, but only for some users: https://github.com/anjlab/android-inapp-billing-v3/issues/361

@Defskidrow It seems like we fixed this at init: ``` bp = BillingProcessor.newBillingProcessor(this, "YOUR LICENSE KEY FROM GOOGLE PLAY CONSOLE HERE", this); // doesn't bind bp.initialize(); // binds ``` This...

Hi Baruch, I've now tried it out extensively and it's indeed possible to build the iOS project with your extension. Unfortunately it doesn't work to run it. I guess there's...