Olivier Bouillet
89454311d5
Merge pull request #3077 from francescoben/bug/3068_ios_ads_muted
...
fix: iOS Ads are reproduced with sound even if muted or volume set to 0
2023-04-05 22:40:38 +02:00
Francesco Benigno
9519c7bae7
set the ad volume to 0 when the player is muted on iOS
2023-03-28 13:14:48 +02:00
olivier
4aca30d308
fix: disable Google IMA by default on ios. now shall be enabled in project podfile
2023-03-12 23:29:03 +01:00
Olivier Bouillet
947fa90634
Merge pull request #3018 from iFeelSmart/chore/review_ios_logs
...
chore: review logs & add RNV prefix for easier filtering
2023-02-09 22:00:25 +01:00
olivier
0e0ff18b27
fix(ios): ensure audio and subtitle tracks are well reported
2023-01-28 14:54:01 +01:00
olivier
d825d0e6bc
chore: review logs & add RNV prefix for easier filtering
2023-01-28 14:50:18 +01:00
Axel Vencatareddy
eef8f2cecc
Merge branch 'master' into master
2022-11-30 13:14:07 +01:00
Axel Vencatareddy
6e5ebfcc3b
[AD EVENTS] Merge resume, pause and click event on iOS and Android
2022-11-30 12:50:48 +01:00
Jesse Sessler
a39dca28a8
Guard against setting text tracks before player is initialized
2022-11-28 15:15:50 -06:00
Axel Vencatareddy
9386955ab0
[IOS ADS] Setup ads only if adTagUrl present
2022-11-17 12:12:50 +01:00
Axel Vencatareddy
fa817264fc
[ADS] Create RCTIMAAdsManager class
2022-11-17 12:01:29 +01:00
陈曦
cee650c84c
feat: 🎸 add exception catch
2022-07-27 21:34:08 +08:00
陈曦
fcea0ffcea
refactor: 💡 support camera video for swift
2022-07-27 21:13:47 +08:00
Igor Tironi
2a54474a18
Added missing NSError initialization params
2022-06-24 15:51:26 -07:00
Eran Hammer
41731a8117
Merge pull request #2679 from nbennink/fix/disable-sideloaded-texttracks
...
fix(texttracks): unable to disable sideloaded texttracks in the AVPlayer
2022-06-23 14:30:03 -07:00
Igor Tironi
e1574675b5
flipped playerLayer nil check to start observer
2022-06-14 16:58:47 -07:00
nbennink
1597d7f7c8
style: change temporary debug name
2022-06-13 11:42:12 +02:00
nbennink
16e346c0b1
Merge branch 'master' into fix/disable-sideloaded-texttracks
2022-06-13 11:40:43 +02:00
Nick Fujita
68b9db4d11
iOS Swift Conversion ( #2527 )
...
Converts iOS implementation from Objective-c to Swift
# During the conversion process some updates to the code structure were also made
- Modularize codebase from single file to smaller focused files
- Untangled large nested IF statements
- Added more null checks, since Swift is more strict with null pointers
- Added property to allow for decoding of local video sources with self contained key for offline playback
- Updates example apps to test react-native 0.63.4 and uses auto native dependency imports for android and ios
2022-05-19 22:29:25 +09:00