Post

Replies

Boosts

Views

Activity

Testing In App purchases in Sandbox environment
I have been trying to enable in app purchase in sandbox environment but instead it keeps performing transactions in Xcode. Also Apple says in its docs to set up sandbox tester account in Settings > App store without signing out from the non sandbox account, and says the sign in will appear as soon as we perform a transaction on device, but it does not worked for me I have ensured and tried following things: Created sand box tester id Storekit configured , all the plans fetched Has development team Tried signing in Sandbox account Checked whether I am testing in production or development build by if else (It was in development) Tested on real device Please help me get through this
0
0
377
Apr ’24
Type expression is ambiguous without more context in Firebase
GIDSignIn.sharedInstance.signIn(with: config, presenting: rootViewController()) { user, error in // (The error is showing at the signIn function )      if let error = error {       // ...       return      }      guard       let authentication = user.authentication,       let idToken = authentication.idToken      else {       return      }      let credential = GoogleAuthProvider.credential(withIDToken: idToken,                              accessToken: authentication.accessToken)
1
0
800
Jan ’23