Article sections

    In this article, we will be discussing how to find your “Shared Secret” in App Store Connect. This information is crucial for those who are using in-app purchases in their iOS apps, as the “Shared Secret” is used to securely verify transactions between your WebViewGold-based app and the App Store.

    To find your “Shared Secret,” you will need to first log into your App Store Connect account. Once you are logged in, navigate to the “Users and Access” section, and select the “Shared Secret” tab. This will bring up a list of any existing “Shared Secrets” that have been generated for your account.

    If you have not yet generated a “Shared Secret,” you will need to do so by clicking on the “Create New” button. Once your “Shared Secret” has been generated, it will be listed on the page, and you can copy/paste it to the relevant “IAPSharedSecret” field in Config.swift of WebViewGold.

    It is important to note that the “Shared Secret” should be kept private and not shared with anyone outside of your development team.

    in WebViewGold for iOS