Question on App Store Review Guidelines - uitextfield

In Apple new release "App Store Review Guidelines" http://developer.apple.com/appstore/guidelines.html I am confused with section 3.2 that stated "Apps with placeholder text will be rejected". Does it means app should NOT use the placeholder property of UITextField?
Thanks.

No. It basically refers to unnecessary text in the app's description that is meant to draw in a broader range of searches.

Related

xcode size classes tool

I'm using xcode 13 and UIKit.
According to the tutorial I'm doing, there should be a size classes tool, in my "view as" bar, but I can't see it. Has this changed?
How I'm I supposed to set up constraints for a specific size class?
Ah, found the solution here: https://useyourloaf.com/blog/xcode-13-vary-for-traits/
You use the "installed" feature on the constraints

How to load only part of the dictionary in AEM 6.0?

I am using AEM6.0 SP2. On author, the editor interface for french site shows in french language; though my preferences is set to English. Author dialog labels/texts are shown in french translation. This happens to my site only and does not happen in Geometrixx.
For example cancel inheritance dialog shows like this
But same dialog for a Geometrixx site shows in English. I compared Geometrixx site with mine and couldnt find any significant difference.
Further digging, I am seeing /libs/cq/i18n/dict.en_us.json returns only custom translation, but /libs/cq/i18n/dict.fr_ca.json in additional to our custom translation returns also AEM OOTB translations. The custom translations are placed properly at /apps/myapp/i18n. org.apache.sling.i18n jar version is 2.2.8.
How to render author dialog in preference language only and not site language?
The dictionaries are meant to match keys to the language specific text and fall back to the key if a translation for the specified language doesn't exist. Adobe implements this by making the key English and providing an English dictionary. This is why you don't see OOTB English translations for http://localhost:4502/libs/cq/i18n/dict.en_us.json. Is it possible that you're keys are the French text and it's falling back to the key?

Why am I unable to add new version for TestFlight external testing?

I have an app that I have out for external testing; I have submitted two (2) different versions without any problems. Now, I am trying to submit another new version (#3), but when filling out the Test Flight Information the "next" button is disabled, preventing me from adding the new version.
Any ideas on how to fix this? or what the problem is?
I've had the same problem and finally got it working. First I had to go into safari, Chrome didn't work. You have to fill out every field for every language you have. Every. Single. One.
Then the next button finally became active.
Also the app description has to be over 10 characters long.
I'm submitting a bug report to apple because whoever made this was an idiot.
This is the workaround:
go to TestFlight for your app using Safari.
enter all of the data for all of your supported languages; it doesn't have to be in the language (I used English for all of the languages, French, German, Japanese, etc). Just make sure you are mindful of the length restrictions!
Next button is then enabled! And you can continue on... :D
I filled out everything, but still no Continue button gets activated. For some languages email and url field will appear for some not. I think something is really badly programmed there
read this news on the dashboard iTunes connect
TestFlight Requires Export Compliance Information
All TestFlight builds now require Export Compliance information. To answer Export Compliance questions and upload any necessary documentation, visit the new Encryption section in Features. Once your documentation is approved, you will receive a key string value to add to your build's Info.plist. Learn more in Resources and Help
in short, if your application has not put that in your encryption info.plist, can also resolve:
<key>ITSAppUsesNonExemptEncryption</key><false/>

App Not available in some countries

I just released one app yesterday. It's showing up in my country.
But I found out that it's not showing in some countries. How I can check that it's available in all the countries or not. What I need to do if I want to make int available in all the countries >
Depends on your app, maybe this helps. Otherwiese, have you read the localiaztion guidlines (like it is suggested by google to do so before releasing an app)? As far as I remember you are asked in the developer console in which country you want to rlease you app, but maybe this was only for payed apps.
Maybe this question is related to this one: This item isn't available in your country
quoting durbnpoisn answer:
Check your listing in the Developer control panel.
There is a listing for where the app is available (Pricing &
Distribution section - Manage Countries). The checkbox for whatever
country needs to be checked on. Otherwise, it's locked out.
For convenience, there is a box at the top that says "SELECT ALL
COUNTRIES".
For what it's worth, if the country in question is not on the list,
there is nothing you can do about that. There are a number of rules
and regulations about where Google Play can distribute stuff. You have
no control over that.

How show if another user are the same XPages

I need a custom control that show Like Google Docs into the top of my Page
...if another user see the currently XPages...
Have someone any suggest to realize this feature?
Into JSF runtime there are a List of XPages opened in all session?
Check out my openntf project document Locker
http://www.openntf.org/Internal/home.nsf/project.xsp?action=openDocument&name=XPage%20Document%20Locker
You could use this to lock the document but with a little modification you could also see people on the same Xpage.
Add people when they enter the xpage, remove them when they exit.

Resources