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

Migrate installationId from objc SDK #117

Merged
merged 6 commits into from
Apr 10, 2021
Merged

Migrate installationId from objc SDK #117

merged 6 commits into from
Apr 10, 2021

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Apr 10, 2021

Can migrate the installationId from the iOS Objective-C SDK by initializing with migrateFromObjcSDK = true.

  • Add ability to migrate installationId
  • Pass ParseConfiguration during SDK initialization
  • Added ability to update certificate pinning authorization callback after SDK has been initialized
  • Update docs
  • Add tests cases

@codecov
Copy link

codecov bot commented Apr 10, 2021

Codecov Report

Merging #117 (4bcc742) into main (be5de49) will increase coverage by 0.15%.
The diff coverage is 96.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   80.61%   80.77%   +0.15%     
==========================================
  Files          65       65              
  Lines        5498     5528      +30     
==========================================
+ Hits         4432     4465      +33     
+ Misses       1066     1063       -3     
Impacted Files Coverage Δ
Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift 74.41% <66.66%> (-0.20%) ⬇️
Sources/ParseSwift/API/URLSession+extensions.swift 80.21% <83.33%> (ø)
Sources/ParseSwift/API/API+Commands.swift 78.04% <90.00%> (ø)
Sources/ParseSwift/API/API.swift 95.95% <100.00%> (ø)
Sources/ParseSwift/LiveQuery/Messages.swift 100.00% <100.00%> (ø)
Sources/ParseSwift/Objects/ParseInstallation.swift 78.46% <100.00%> (ø)
Sources/ParseSwift/Objects/ParseUser.swift 81.40% <100.00%> (ø)
Sources/ParseSwift/Parse.swift 100.00% <100.00%> (ø)
Sources/ParseSwift/Protocols/Objectable.swift 87.50% <100.00%> (ø)
Sources/ParseSwift/Storage/ParseFileManager.swift 90.07% <100.00%> (-0.08%) ⬇️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be5de49...4bcc742. Read the comment docs.

@cbaker6 cbaker6 merged commit 1d3d1d6 into main Apr 10, 2021
@cbaker6 cbaker6 deleted the findAll branch April 10, 2021 20:35
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.

1 participant