-
Notifications
You must be signed in to change notification settings - Fork 16
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
[SP-8236] "https://" is not included in SPPropertyName if it is already there #357
[SP-8236] "https://" is not included in SPPropertyName if it is already there #357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nevazhnovu I believe this should not be added to the SDK. Property names should not include https://
. We only prefix it because of legacy reasons.
Nowadays we add |
Let me double check with some folks. I thought property names should not include |
@Nevazhnovu alright, I checked and we do have some properties with |
|
@andresilveirah replacing is done, pls validate |
@Nevazhnovu I believe I wasn't clear. The logic should be:
|
@andresilveirah I got you. Commit is on the way, stay tuned |
…was not included previously
@andresilveirah check it out |
@Nevazhnovu wonderful. We just need 2 unit tests covering the changes ❤️ |
@andresilveirah check it out |
💯 |
* develop: [SP-8236] "https://" is not included in SPPropertyName if it is already there (#357) SP-8288 ott unexpected response message endpoint (#353) SP-8346 fix old unit tests (#356) SP-8330 appletv html crash (#352) # Conflicts: # ConsentViewController/Classes/SourcePointClient/GDPRPrivacyManagerViewResponse.swift # ConsentViewController/Classes/SourcePointClient/SPPrivacyManagerRequestResponse.swift
No description provided.