Correct way to configure jobs iOS #908
-
I have recently upgraded build environment and shiny to 2.4.3.3003 Followed samples from shiny repo and updated my codebase for iOS as below AppDelegate: info.plist:
Startup.cs:
If I trigger job manually for testing it's a success
But not seeing any notifications from the same job other time, it's been 2 hours now. am I missing anything? Can someone please confirm the above setup. I understand iPhone has it's own algorithm to run the job but how to test it out? I build app on windows and with mac pair run on iPhone Thanks in advanced |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://samples.shinylib.net <= use them This has also been answered here: #888 |
Beta Was this translation helpful? Give feedback.
-
Thanks, job is working with processing enabled, some reason fetch is not working waited overnight. I setup job on Startup file, is there any configuration to delay the job by few minutes, not to run immediately? On Android job runs immediate as I open the app. |
Beta Was this translation helpful? Give feedback.
https://samples.shinylib.net <= use them
This has also been answered here: #888