ml-archive / push-urban-airship

Send push notifications using Urban Airship ✉️
MIT License
6 stars 2 forks source link

Set the client on boot(_ drop:) #20

Closed siemensikkema closed 6 years ago

siemensikkema commented 6 years ago

Workaround for Client not being available at config time. Configure everything as before but set client in boot(_ drop:) phase.

codecov[bot] commented 6 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   45.93%   45.93%           
=======================================
  Files          15       15           
  Lines         320      320           
  Branches        6        6           
=======================================
  Hits          147      147           
  Misses        173      173
Impacted Files Coverage Δ
Sources/UAPusher/ConnectionManager.swift 0% <0%> (ø) :arrow_up:
Sources/UAPusher/Provider.swift 0% <0%> (ø) :arrow_up:

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 ad325bb...ba1bd9d. Read the comment docs.