Category "ios"

flutter ios : Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels,

I want to upload my flutter app to ios. Everything is working fine, but I am facing the issue at the uploading time Missing required icon file. The bundle does

navigation bar back ground color will change into wrong color when table view scrolls in swift 4

I seen this video on you tube https://www.youtube.com/watch?v=rNy6aQQYbuY But the problem is that navigation bar color will not change color into correct color

mutation attempt of frozen io.ktor.client.request.HttpRequestPipeline@151ac8

I'm using IO Ktor: ktor client core to implement multi platform network requests, but I encountered some problems When I use the class attribute created by http

Disable Screen Capture/ScreenShot in React Native App

I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react

Expandable forms with UITableView?

I haave to implement 3 seperate forms, but they have headers which make the forms collapsible when clicked. When searching online I saw the expanding rows for U

iOS Critical Notifications # Unable to open the app from push notification (iPhone 12 - iOS 15.4.1)

Our app equipped with critical notifications support and play custom sound (siren) for critical events - https://medium.com/@shashidharyamsani/implementing-ios-

What are the package name for google meet and Microsoft teams in Android and iOS?

I wanted to know the package name for Google meet in Android and iOS. Currently I know the package name for Zoom and Teams in Android manifest. This is my Andro

I am getting an error called "Argument passed to call that takes no arguments"

I am following the ios app development tutorial for the Scrumdinger app and I have followed the tutorial and it has worked until I finished the Passing Data wit

SwiftUI 2.0 List with children - how to make the tappable area of the disclosure button cover the whole list item

I am making a SwiftUI app for iOS 14, and I have a sidebar list that uses the new children: attribute of list to make the list expandable: However, at the momen

Build input file cannot be found in Xcode 12.5.1

I am using m1 mac machine, Now I am getting the below error. Tried: I have added erm64 and x86_64 in the Excluded Architechtures. But still it fails with the be

How can I convert a CMSampleBuffer with image data to a format suitable for sending over a network connection?

I want to send frames of a video stream over a network connection, so I have implemented the AVCaptureVideoDataOutputSampleBufferDelegate function: func captur

cornerRadius on message SwiftUI

I'm having this problem that my messages don't have corner radius on the other side. This is how it looks: And there is the code for it: HStack { HStack {

Is there expiration date attribute for Apple Identity Pinning?

I have pinned hash of public key on iOS app (like there). On Android there is option to set expiration time: <pin-set expiration="2022-05-22">

DeprecationWarning: desired_capabilities has been deprecated, please pass in an Options object with options kwarg super().__init__(

import pytest from appium import webdriver class Test: def setup_class(self): print("setup from here") desired_caps = dict() desire

IOS App Crashes with EXC_BREAKPOINT (SIGTRAP) After React Native Upgrade

We have an app built with React Native, and recently the version was upgraded to 0.67.2, including some dependencies of the package.json. The problem is that ma

Big ugly play button on FireFox or IOS

Does anyone know how to get rid of this big ugly PLAY button on FireFox or IOS when I add a video background to my Web site? I tried adding all types of CSS, s

how can I edit lots of swift string at once?

In my project, I have Localizable.string file which is having more than 10,000 lines keyValue format. I need to convert all of keys which are dotCase format lik

Returning data from async call in Swift function

I have created a utility class in my Swift project that handles all the REST requests and responses. I have built a simple REST API so I can test my code. I hav

Flutter web done button has container at top of keyboard

I had an app that use flutter for web. every i focus on textfield and pressed the button 'done' at top keyboard of phone it will be close the keyboard but when

How can I detect a server ping using URLSessionWebSocketTask?

Using URLSessionWebSocketTask, a server ping is automatically responded to by a pong from the client. Still, can the client observe that a ping/pong occurred? (