Posts

Post not yet marked as solved
2 Replies
425 Views
I download a mp4 file into the date folder. I am able to run an AVPlayer and view the video in the app. After some time video won't play. If I enable UIFileSharingEnabled and check if file exists, I can see it's there but then it won't play even from accessing it through Files. If I copy the file from iOS to Mac then I can pay the video on Mac, but not anymore on iOS. If I delete the app, install again and download the video while UIFileSharingEnabled and if it's played in the app it can be played in the Files app, but again after some time it's not playable again... I can see only first frame. I can even see the length of video. It happens to multiple videos. Any clues?
Posted
by 7h4r05.
Last updated
.
Post not yet marked as solved
0 Replies
379 Views
I'm using Azure Notification Hub and have a cordova based application (ionic). Everything works fine for iOS < 13. For iOS 13 I started experiencing some strange behaviors.- When using sandbox all is fine- when using production only first few messages are received. Then the users don't get any notifications. If they relog to app then they can have notifications for some times.Tried bodies with:{ "aps": { "alert": "notification message" }}or{"aps": { "alert": { "title":"test", "body":"notification message" }}}I'm adding headers:{ "content-available", "0"},{"apns-push-type", "alert" },{ "apns-priority", "10" }
Posted
by 7h4r05.
Last updated
.
Post not yet marked as solved
1 Replies
393 Views
Hi,I'm building an application with in-app purchases using Cordoova platform. When I get the status of active subscriptions there's a dialog saying "Login to iTunes" with Username & Password. In some other applications I've never seen this dialog. Is there any way to remove this dialog or eventually display a dialog that will allow to use touch instead of credentials?
Posted
by 7h4r05.
Last updated
.