Posts

Post not yet marked as solved
3 Replies
966 Views
I have implemented Text on camera feature in two ways UITextField with UITextContentType and UIKeyboardType as emailAddress, which helps to show a button in the keyboard to open the camera for capturing email. UITextField with basic text. I implemented a custom UIButton to open the camera for capturing text for this field. In both cases I'm not getting callback in any of these functions insertText(_ text) setMarkedText(markedText:, selectedRange:) and unmarkText() after user taps Insert Text button. Help me.
Posted Last updated
.
Post not yet marked as solved
0 Replies
381 Views
I have read the Prepare your Network for iCloud Private Relay. In that I have two queries, We use IP address to limit usage of our app to prevent fraudulent. The video says that more than one user in a city uses the same IP address, so there will be more network calls from same IP. How do I adapt private relay to achieve this case? We show to the user that from which IP address his details are created or updated. Since the IP we get from the Egress proxy is modified, we cannot show the correct IP to the user from which his details are created or updated. And how to solve this after adapting iCloud Private Relay? And also I like to know how broader the IP will be modified from the users' location? I cannot find any document regarding this.
Posted Last updated
.
Post marked as solved
1 Replies
547 Views
I'am trying to create a new window programmatically by dragging a cell which is similiar to dragging a mail cell in Mail app to show the mail content in new window. I tried to create the new window by calling the function requestSceneSessionActivation(_:userActivity:options:errorHandler:) in drag and drop delegate functions but it gives some different results I need to implement the same as in the Mail app.
Posted Last updated
.