airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
202 stars 11 forks source link

Worker not functioning under iOS 14 in builds without fast packaging #495

Open kasparv opened 3 years ago

kasparv commented 3 years ago

Worker doesn't seem to work with iOS Ad-Hoc of App Store and test builds without fast packaging with iOS 14. When using test or debug builds with fast packaging enabled, the worker is functioning normally.

Main thread shows that worker is supported and running but no messages can be received from the worker.

Worker is not using shared byte array, only command and result channels. Everything was working with iOS 13.

bobrokrol commented 2 years ago

Does "workers" work on IOS yet? Is there any instructions

kasparv commented 2 years ago

Does "workers" work on IOS yet? Is there any instructions

It still not working for me, at least with .633 SDK. You might want to try newer SDKs to see if the issue has been fixed.

bobrokrol commented 2 years ago

Does "workers" work on IOS yet? Is there any instructions

It still not working for me, at least with .633 SDK. You might want to try newer SDKs to see if the issue has been fixed.

What is the process of running them on iOS? I have used externalSwfs tag in descriptor to generate stripped swfs. Than I tried to package them into app like any other assets but had error while packaging - missed or wrong ABC code. Than I changed extention to. dat, succesfully packaged but got errors at runtime. Its not seems to be correct workflow