Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth id UI test #56

Merged
merged 32 commits into from
Jun 6, 2024
Merged

Auth id UI test #56

merged 32 commits into from
Jun 6, 2024

Conversation

Nevazhnovu
Copy link
Collaborator

No description provided.

Nevazhnovu and others added 30 commits April 16, 2024 18:20
DIA-3844 `_spConsent` becomes `null` on `ClearAllData()`
* release-2.3.2:
  Update `unitypackage`
  Update `package.json`
  Update `CHANGELOG.md`
  Fix of the null `authId` interpreted as "" (empty string)
  DIA-3844 micro fixes
  Update `unitypackage`
  DIA-3944 Added `Dispose` method for `CMPiOSListenerHelper`
  Update `unitypackage`
  Update `package.json`
  Update `CHANGELOG.md`
  DIA-3944 Remove unnecessary fields
  DIA-3944 `_spConsent` got `null` on `ClearAllData()`
the json return from android is different than the one on IOS

Checking the grants list:
"grants":{
            "liksdhginsehgionwehcgnih":{
               "vendorGrant":true,
               "purposeGrants":{
                  "fasoifhashfnahfiohioh":true
               }
            },
            "35252352352352352":{
               "vendorGrant":true,
               "purposeGrants":{
                  "325235235235235235":true
               }
            },
            "32525236236423":{
               "vendorGrant":true,
               "purposeGrants":{
                  "gdsgdsgsdg45346":true
               }
            },
            "gdwertgerty436346346":{
               "vendorGrant":false,
               "purposeGrants":{
                  "dgergewr436436346346":false
               }
            }
         },



You can see the key is called vendorGrant, unlike on Android which is called granted

"grants":{
         "43634634dfgdfg":{
            "granted":true,
            "purposeGrants":{
               "43634634gdfsgdfg":true
            }
         },
         "43634643gsdgdfsg":{
            "granted":true,
            "purposeGrants":{
               "3463463464sdgedgerg":true
            }
         },
         "346346346346":{
            "granted":true,
            "purposeGrants":{
               "dfgegwergrwegwre43":true
            }
         },
         "42643634634634yt":{
            "granted":true,
            "purposeGrants":{
               "gssgerwtwt4t3t":true
            }
         }
      },
Fix: JsonUnwrapper on iOS has incorrect key for VendorGrant
* release-2.3.2:
  Update `CHANGELOG.md`
  Update `unitypackage`
  remove unnecessary code from `SwiftBridge`
  Fix: JsonUnwrapper on iOS has incorrect key for VendorGrant
  Update `unitypackage`
  Update `CHANGELOG.md`
  Update iOS `dependencies` to `7.6.8`
…into authId-ui-test

* 'authId-ui-test' of github.com:SourcePointUSA/unity-sdk:
  add new test to `startup.sh` and check bridge string by `CallStaticMethod`
  Added `AuthId` value to scene and `_checkGetString` method for iOS bridge
@Nevazhnovu Nevazhnovu marked this pull request as ready for review May 24, 2024 16:38
@Nevazhnovu Nevazhnovu merged commit 75de1ac into DIA-3170-ui-tests Jun 6, 2024
@Nevazhnovu Nevazhnovu deleted the authId-ui-test branch June 6, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants