You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background Task 551 ("Called by xxx, from -[ALFileExpirationManager appDidEnterBackground:]"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(:) for your task in a timely manner to avoid this.
Background Task 579 ("Called by xxx, from -[ALFileExpirationManager appDidEnterBackground:]"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(:) for your task in a timely manner to avoid this.
Background Task 611 ("Called by xxx, from -[ALFileExpirationManager appDidEnterBackground:]"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Hi @keepDeveloper I confirmed that we call UIApplication.endBackgroundTask() when the app is in the foreground. The stack trace you shared shows that this issue is happening on the main thread- is there are reason you believe these background tasks are causing this issue? I also tested backgrounding and foregrounding our app several times and was not able to reproduce issues with FPS/ frame rate drops.
MAX SDK Version
'AppLovinSDK', '= 12.1.0'
Device/Platform Info
iOS
Current Behavior
Too many background tasks are created causing crash
Expected Behavior
SDK reduces background task creation and returns to the foreground to cancel background tasks
How to Reproduce
Switch between app front and back
The text was updated successfully, but these errors were encountered: