0

In my flutter app do I need to put the following block of code in my project to manage the certificates for purchase for their respective environment testing and production which is given by there official website but i am using the flutters in_app_purchase package.so can i publish my app without adding the following block of code

https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode

#if DEBUG
    let certificate = "StoreKitTestCertificate" 
#else
    let certificate = "AppleIncRootCertificate" 
#endif
1
  • try to reword the question to make it clearer. Commented Oct 30 at 7:30

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.