How to get text from textfield of ios system messages application - objective-c

I am using custom keyboard to convert english written text into urdu or arabic. I am able to convert text written in textfield of within my app but i dont know how to get text written in textfield of system messages app of iphone.

You can not get the text of iMessage messag. Apple does not allow this for privacy reasons.

Related

Apple App Store Promotional Text Not Shown

I have an app published on Apple App Store. App Store Connect has optional text field labeled as ”Promotional Text”. I want to use it and enter my text. The text appears on the App Store (takes some time but eventually) but only when the App Store language matches the app language.
My app supports only one language (English) and thus I can enter the Promotional Text only to the English locale.
When I set my phone language to English I can see the promotional text fine.
When I set my phone language to any other language the promotional text is not shown. All other information about my app is shown normally. They are in English and all other texts of the App Store app are shown in selected language as should be.
I don’t see any reason why promotional text should not be shown with same language rules as for example the Description of What’s New is shown.
Is there something I’m missing here? Is only way to get the Promotional Text shown to copy my English descriptions, etc., to all languages the App Store supports?

Is there an option to influence WhatsApp display text direction instead of automatically according to the language?

When starting with Latin characters and continuing with Hebrew characters, WhatsApp shows the paragraph in left-to-right, where the intention is right-to-left.
Is there a way to "tell" the recipient device what is the desired paragraph direction?
In a computer you should be able to inset LRM (https://en.wikipedia.org/wiki/Left-to-right_mark) to force the toolkit to render in LTR mode. I am unsure how is this implemented on each of the platforms WhatsApp works (HTML, Android and IOS).

Textfield not accept arabic languages

When I type arabic languages on textfield it doesn't allow anything in textField. how to make Arabic language on textField.
I changed simulator language as arabic but not accepted in texField. One of the textfield accepts but another textfield letters not showing in arabic language. If any settings in textfield to be changed?
use the localization search it google and understand and apply in your project in localization...
another technic is simulator in keyboard change language ....

Save audio files as text tone for Windows Phone Development

I am currently developing an audio app for Windows Phone and I wonder: is it possible to set audio files as a text tone i.e. the sound I get when I receive a text message?
No, you cannot do that via API in your application.
But user can change that setting only if he is running GDR3 or above.

Why doesn't text field appear in UIAlertViews in iOS 7?

Lately I've noticed that in every app that has a specific text field, say to rename or add a file/folder on one of those code editor apps, the text field fails to show up.
I've tried two different code editors "JSany" and "Html Writer" (Free & Paid), both had the same problem (see below). Also, I checked both apps on my iPod (running iOS6) and this time the text fields appeared.
http://imgur.com/tU3YAor.png
http://imgur.com/dzmlp6A.png
And some guy ranting about it in the reviews section:
http://imgur.com/GDwwamf.png
Could anyone tell me if this is being fixed?