From 3b3e2cfcc66428af3c7c18119c53386ecb5a4f56 Mon Sep 17 00:00:00 2001
From: bartonstee <66774568+bartonstee@users.noreply.github.com>
Date: Mon, 29 Mar 2021 14:24:39 +0200
Subject: [PATCH] Update README.md
---
README.md | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 32e36f2..9da7308 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@
- Follow steps below:
iOS
- Select the root of your project. Select Capabilities tab. Enable Background Modes and enable the following mode:
+
+Select the root of your project. Select Capabilities tab. Enable Background Modes and enable the following mode:
Background fetch
@@ -23,11 +24,19 @@ Background processing (🆕 iOS 13+; Only if you intend to use BackgroundFetch.s
Configure Info.plist (iOS 13+)
- Open your Info.plist and add the key "Permitted background task scheduler identifiers"
-
+Open your Info.plist and add the key "Permitted background task scheduler identifiers"
+
+
+Add the required identifier com.transistorsoft.fetch.
+
+
+
+
+
+
+
+
- Add the required identifier com.transistorsoft.fetch.
-