Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving warnings about ending background task #21

Closed
pellet opened this issue Dec 28, 2016 · 4 comments
Closed

Receiving warnings about ending background task #21

pellet opened this issue Dec 28, 2016 · 4 comments

Comments

@pellet
Copy link

pellet commented Dec 28, 2016

I receive this message from the bugfender sdk framework:
Can't endBackgroundTask: no background task exists with identifier 16fd8a1a0, or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
I'm currently using 0.3.18 and not sure how to update the pod to the latest release... will I have to update the pod using the latest tag? Not sure if you've fixed this warning yet either :)

@jgimenez
Copy link
Member

This is a known bug of that library version, we would recommend that you update to the latest one. You can do that by modifying your Podfile and setting the version of BugfenderSDK to ~>0.3. Then run pod update.

@pellet
Copy link
Author

pellet commented Dec 29, 2016

The pod wouldn't update because you increased the minimum deployment level from iOS6, unfortunately cocoapods would just fail silently until I manually set the tag.

@jgimenez
Copy link
Member

jgimenez commented Dec 29, 2016

That's correct, our minimum supported version is iOS 8. Whilst we did nothing that would prevent earlier versions from working, we do not test under those versions, so we can not tell whether they work properly there.

@pellet
Copy link
Author

pellet commented Dec 29, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants