Post

Replies

Boosts

Views

Activity

302 Redirect to universal link opens app from Safari
We build an app which needs to work both in the browser and in our app. We recently have been playing around with universal links and found something I would like to understand. In order to login we employ a SSO server which does a bunch of 302 redirects which end up on a universal link as the landing page. If you use safari and login the app will be triggered and opens because it tries to redirect to the universal link. This behaviour doesn't really line up with what I am expecting as normal navigation responses are not been pushed into the app, but 302 redirects do? Is that the normal behaviour and if yes, is there way to avoid that with some header settings ?
1
0
1k
Feb ’23
AVPlayer fails on every IOS version below 14.4
Hello we have an issue, which is more than annoying. Ever since we upgraded to BIG SUR our IOS App fails to load in ANY Simulator IOS version below 14.4. We are showing a very small video on app start which uses the AVPlayer which when commented out lets the app proceed, but as soon as the AVPlayer is attempting to play something the App comes to a stand still 2021-09-28 15:15:01.043592+1000 Test_EN[30285:505278] [AudioHAL_Client] HALB_IOBufferManager.cpp:226:GetIOBuffer:  HALB_IOBufferManager::GetIOBuffer: the stream index is out of range 2021-09-28 15:15:01.043758+1000 Test_EN[30285:505278] [AudioHAL_Client] HALB_IOBufferManager.cpp:226:GetIOBuffer:  HALB_IOBufferManager::GetIOBuffer: the stream index is out of range 2021-09-28 15:15:01.071092+1000 Test_EN[30285:505278] [aqme] 254: AQDefaultDevice (1): output stream 0: null buffer 2021-09-28 15:15:01.071440+1000 Test_EN[30285:505278] [aqme] 1433: EXCEPTION thrown (-50): - 2021-09-28 15:15:15.915705+1000 Test_EN[30285:505150] [aqme] 177: timed out after 15.000s (0 1); suspension count=0 (IOSuspensions: ) 2021-09-28 15:15:15.916170+1000 Test_EN[30285:505150] 239: CA_UISoundClientBase::StartPlaying: AddRunningClient failed (status = -66681). In oder to actually test our app I needed to install Catalina on another partition and run it on Catalina instead. By the looks this issue is not new and has been reported over a year ago and there is still no fix. NOTE: The app works fine on real devices.
0
0
761
Sep ’21