Hi everyone! Does anyone here have experience using the BGTaskScheduler with BGAppRefreshTaskRequest in kotlin for IOS? Im able to submit a task and register its handler too using .registerForTaskWithIdentifier , but the task never runs unless i force it to run using XCode's simulate function.
Any help is much appreciated 1
j
John O'Reilly
01/15/2025, 6:27 PM
did you add identifier to info.plist?
John O'Reilly
01/15/2025, 6:27 PM
Screenshot 2025-01-15 at 18.27.40.png
John O'Reilly
01/15/2025, 6:29 PM
(ah, I guess you probably did if the simulate option worked)
n
Nadeen Ashraf
01/15/2025, 6:30 PM
yeah ive followed all the possible instructions but still havent been able to get the task to run without forcing it to manually