Skip to content

Commit 02c24a9

Browse files
authored
smaller app store review image
1 parent 75fb912 commit 02c24a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2018-10-02-Notifications-and-Background-Fetch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ One of our values with GitHawk is to respect your privacy, especially when it co
1212

1313
However, that poses a big challenge for adding our most-requested feature for GitHawk: **Push Notifications**.
1414

15-
<p align="center"><img src="https://user-images.githubusercontent.com/739696/46327873-ff7cb600-c5d1-11e8-873c-26ae39bc202a.jpg" width="600" /></p>
15+
<p align="center"><img src="https://user-images.githubusercontent.com/739696/46361020-aac15580-c63a-11e8-9087-257c9965f596.png" width="800" /></p>
1616

1717
Traditional Apple Push Notifications (APN) require you to:
1818

@@ -202,4 +202,4 @@ While not as fully featured as traditional Apple Push Notifications (realtime al
202202

203203
You can check out our implementation of this system in [LocalNotificationCache.swift](https://github.com/GitHawkApp/GitHawk/blob/7b0746332129d3077f1ba036c9c20ebe45d27751/Classes/Systems/LocalNotificationsCache.swift) and [BadgeNotifications.swift](https://github.com/GitHawkApp/GitHawk/blob/7b0746332129d3077f1ba036c9c20ebe45d27751/Classes/Systems/BadgeNotifications.swift#L125-L144).
204204

205-
> If there's enough interest, I'm happy to extract this functionality into its own Pod!
205+
> If there's enough interest, I'm happy to extract this functionality into its own Pod!

0 commit comments

Comments
 (0)