Update README.md
This commit is contained in:
parent
7176b55b35
commit
9b5fd26245
1 changed files with 4 additions and 1 deletions
|
|
@ -104,7 +104,10 @@ If you're using __`minifyEnabled true`__ with your Android release build, the pl
|
||||||
# [react-native-background-fetch]
|
# [react-native-background-fetch]
|
||||||
-keep class com.transistorsoft.rnbackgroundfetch.HeadlessTask { *; }
|
-keep class com.transistorsoft.rnbackgroundfetch.HeadlessTask { *; }
|
||||||
```
|
```
|
||||||
|
## Debug Xcode command:
|
||||||
|
```
|
||||||
|
e -l objc -- (void)[[BGTaskScheduler sharedScheduler] _simulateLaunchForTaskWithIdentifier:@"com.transistorsoft.fetch"]
|
||||||
|
```
|
||||||
|
|
||||||
## Issues, suggestions and feature requests
|
## Issues, suggestions and feature requests
|
||||||
https://github.com/IncentroBA/backgroundTask/issues
|
https://github.com/IncentroBA/backgroundTask/issues
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue