-
Notifications
You must be signed in to change notification settings - Fork 3
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
Auth id UI test #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DIA-3844 `_spConsent` becomes `null` on `ClearAllData()`
Release 2.3.1
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.