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

Release 2.3.2 #55

Merged
merged 14 commits into from
May 24, 2024
Merged

Release 2.3.2 #55

merged 14 commits into from
May 24, 2024

Conversation

Nevazhnovu
Copy link
Collaborator

@Nevazhnovu Nevazhnovu commented May 21, 2024

  • Update native iOS sdk dependency to 7.6.8
  • Fix of the null authId interpreted as "" (an empty string)
  • Fix: JsonUnwrapper on iOS has incorrect key for VendorGrant #57 by @OmarVector

Nevazhnovu and others added 8 commits May 22, 2024 09:54
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
            }
         }
      },
@Nevazhnovu Nevazhnovu changed the title Fix of the null authId interpreted as "" (an empty string) Release 2.3.2 May 24, 2024
@Nevazhnovu Nevazhnovu requested a review from andresilveirah May 24, 2024 14:14
@Nevazhnovu Nevazhnovu merged commit 74b3f40 into main May 24, 2024
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.

3 participants