Posts

Post not yet marked as solved
0 Replies
320 Views
As per iOS SMS sending API, there is no option to send SMS programmatically without user consent. Developer needs to use the MessageUI framework to get iPhone user consent for sending SMS. In that case, if any third party SmartWatch connected through BLE with iPhone received SMS notification through ANCS and want to reply to that SMS, After typing and sending from Watch, user needs to perform this additional step in iPhone - give consent. But if we use Apple watch, this consent in iPhone is not required if Apple Watch is already paired with iPhone. After typing text in Apple Watch, can send SMS to receiver through utilizing iPhone's SMS service without any user interaction. What is the reason of this difference? For sending SMS, iPhone and Apple Watch needs to be paired. Similarly, even third party SmartWatch also performs BLE connection and pair together before sending SMS text from Watch to iPhone to forward to receiver. But in that case why another additional user consent is required in iPhone? If we consider iPhone and Apple Watch case, pairing with each other is considered as user consent for sending any SMS later from Watch utilizing iPhone. Then, why BLE pairing between iPhone and other third party Watch not considered as user consent and additional user consent is required for each time SMS sending?
Posted
by Unique_23.
Last updated
.
Post not yet marked as solved
0 Replies
293 Views
We've created a protocol which has a method to add the avplayerlayer as sublayer in the view. We got this very avplayerlayer instance from another class. But this layer is not visible in the display but the container view does. Why this layer is not visible over the container view? NB: We added a "subview" in the view, which is being displayed properly. The frame size of the subview and sublayer have been set carefully.
Posted
by Unique_23.
Last updated
.
Post not yet marked as solved
0 Replies
465 Views
I want to perform a unit test that whether my AVPlayerLayer is successfully added as sublayer in my ViewController view . I want to make a separate ViewController for this.Is it possible to make a separate ViewController for Unit Test ?
Posted
by Unique_23.
Last updated
.
Post not yet marked as solved
1 Replies
866 Views
There are list of frames displayed at the bottom of the screen when videos are played on Photos app in iPhone. Which API is used for this functionality in iOS photo app. Is it possible to check this ?
Posted
by Unique_23.
Last updated
.
Post not yet marked as solved
0 Replies
598 Views
I want perform p frame extraction from video. Is P-Frame thumbnail extraction is supported in the iOS API?
Posted
by Unique_23.
Last updated
.