Replaysport.com

Results 22 comments of Replaysport.com
trafficstars

Sorry, but can someone tell me where I can find the following: const googleConfig = { googleServiceAccount: { clientEmail: , privateKey: },

Awesome thanks!! I'll take a look at it later today! Now I just need to understand why my receipt validation always fails, with my other issue I opened up ;)

Hello I am facing the same issue, my first question is how did you setup a service account with a private key file? I have been able to obtain my...

Can you please let me know where I can get the following information from? googleServiceAccount: { clientEmail: 'xxxxxxxxxxxxxxxxxx, privateKey: 'xxxxxxxxxxxxxxxxxx' },

Thy this: // Init cloud functions const functions = require('firebase-functions'); const admin = require('firebase-admin'); admin.initializeApp(); var IAPVerifier = require('in-app-purchase'); IAPVerifier.config({ // Configuration variables go here });

Can you please let me know where you were able to get the following info: googleServiceAccount: { clientEmail: 'xxxxxxxxxxxxxxxxxx, privateKey: 'xxxxxxxxxxxxxxxxxx' }, Where is the google Service account located!? /*...

@lelzd3 I have not... I am looking to possibly do other receipt validation, which is a shame cause it works for iOS. I will keep you posted on any progress,...

@lexmihaylov sorry im new to Android and their Play store, how does one reset the secret and token?

@arnaudWasappli have you implemented the functionality where a user can navigate to a "Detailed" view, when they click on a specif cell and then dismiss the detailed view to return...

Also your calculation let centerX = UIScreen.main.bounds.width * 0.5 let centerY = UIScreen.main.bounds.height * 0.5 let centerOfScreen = CGPoint(x: centerX, y: centerY) This doesn't take in account the navigation bar...