GoogleCloudPlatform / recaptcha-enterprise-mobile-sdk

Apache License 2.0
31 stars 6 forks source link

SPM and direct downloading url are broken in 18.2.0 #51

Closed ihnatmoisieiev closed 1 year ago

ihnatmoisieiev commented 1 year ago

Describe the bug

SPM is not working in 18.2.0. Also, I noticed that Direct Download link from the docs is downloading 18.1.2 version instead of 18.2.0.

reCAPTCHA Site Key

No needed.

Integration Method

Select the method used to integrate with reCAPTCHA Mobile.

SDK Version (e.g. 18.0.1): 18.2.0

To Reproduce

Steps to reproduce the behavior:

  1. Install or update v18.2.0 via SPM

  2. Errors occur:

    Screenshot 2023-05-02 at 07 35 32 Screenshot 2023-05-02 at 07 35 01 Screenshot 2023-05-02 at 07 34 53
  3. Go to docs link

  4. Select "Direct Download"

  5. Press on "client"

  6. 18.1.2 is downloading instead of 18.2.0.

The current url looks like:

https://dl.google.com/recaptchaenterprise/v18.1.2/RecaptchaEnterprise_iOS_xcframework/recaptcha-xcframework.xcframework.zip

Expected behavior

  1. SPM works with 18.2.0 without issues.
  2. Direct Download link is downloading the latest release version 18.2.0.

Xcode version for iOS (please complete the following information):

Device (please complete the following information): No needed

Additional context No needed

mcorner commented 1 year ago

The direct download link has not been released yet (it always lags the spm and pod release)

We put out a fix for spm last night, but it is the same version so please try clearing your spm crash and try again.

Thanks!

ihnatmoisieiev commented 1 year ago

@mcorner SPM is fixed, the direct download link is still 18.1.2.

mcorner commented 1 year ago

yes, there is a delay in getting the documentation improved. Here is a link in the meantime: https://dl.google.com/recaptchaenterprise/v18.2.0/RecaptchaEnterprise_iOS_xcframework/recaptcha-xcframework.xcframework.zip

mcorner commented 1 year ago

This was fixed a while ago, forgot to close.