transistorsoft / capacitor-background-fetch

Periodic callbacks in the background for both IOS and Android
78 stars 9 forks source link

documentation not matching on iOS for version v1.0.4 (capacitor 4) #23

Closed pdemilly closed 3 months ago

pdemilly commented 1 year ago

Your Environment

Latest Dependencies:

@capacitor/cli: 5.1.0 @capacitor/core: 5.1.0 @capacitor/android: 5.1.0 @capacitor/ios: 5.1.0

Installed Dependencies:

@capacitor/cli: 4.8.0 @capacitor/core: 4.8.0 @capacitor/android: 4.8.0 @capacitor/ios: 4.8.0

[success] iOS looking great! πŸ‘Œ [success] Android looking great! πŸ‘Œ

Expected Behavior

I am trying to install capacitor 4 background fetch(v1.0.4) on ios. I am following the ios setup but some steps are different. For example in modifying AppDelegate the package name TSBackgroundFetch is not found. However TransistorsoftCapacitorBackgroundFetch is but the methods sharedInstance and didFinishLaunching(); do not exist and I don't see methods that could replace it. I must be doing something wrong. Any help appreciated.

I think I need that capacitor plugin, because when my app runs in the background, my connection to the indexeddb database used by firestore breaks and my app stop working.

Actual Behavior

Matching docs

Thanks for your help

pdemilly commented 1 year ago

I found a step missing in documentation in issue #9

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.