Reputation: 21
In my IOS app, i use a thread pool(Boost Thread) to download resource images. All build(including OTA build) except appstore build works fine. After investigating, the appstore build can't get Boost Thread pool ONLY on dual core ios device(iPhone4s, iPad2, etc).
And it occurs only at the first time startup. After i kill and restart app, it works fine.
Could somebody help figure out why?
Can i make such assumption: Boost Thread + Dual Core + Apple post-encryption(for OTA build works fine), that have all added up, led to the problem?
Thanks
Upvotes: 2
Views: 154
Reputation: 11
Had met the same problem. typically threadpool was not set up or Schedule() doesn't run the task and get callback subsequently.
no clue.
Upvotes: 1