Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Why are the Web viewer and Device sign in boxes different?

Avatar

Level 4

We are creating an AEM app that uses V2 entitlement. I just noticed that the sign in dialog for the Web Viewer looks like this:

Browser.png

But the sign in dialog for the iOS devices looks like this:

Device.jpg

Wondering why they are different? Differences that matter to us:

1. The tablet screen says "Username" but the Web viewer says "Email Address" (We prefer email address)

2. The tablet screen doesn't have a link to "create an account" but the Web viewer does. This is important. We need this.

Is there any way to make these to screens match? Why are the different?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Employee

Keith, the "create account" link on iOS is in the "Account" dialog, beneath the "sign in" button. iOS is the only app that has an Account dialog, because iOS has a few other configuration options to handle different store scenarios not present on the other platforms. Are you not seeing it in that location?

Regarding the string, the difference is unintentional. Username is the more generic term and one we use across all mobile device viewers. We chose username because some authentication providers don't require an email address, so labeling it "email address" may be inaccurate.

View solution in original post

4 Replies

Avatar

Level 1

Hi Keith,

You can try this steps:

Edit your project settings, click the Access tab, and specify the following options:

  • If desired, specify Create Account URL and Forgot Password options. Your users can tap these buttons to view the web page you specify.

Source: Set up entitlement in AEM Mobile apps

I try this in my project and works.
aem.jpg

Avatar

Correct answer by
Employee

Keith, the "create account" link on iOS is in the "Account" dialog, beneath the "sign in" button. iOS is the only app that has an Account dialog, because iOS has a few other configuration options to handle different store scenarios not present on the other platforms. Are you not seeing it in that location?

Regarding the string, the difference is unintentional. Username is the more generic term and one we use across all mobile device viewers. We chose username because some authentication providers don't require an email address, so labeling it "email address" may be inaccurate.

Avatar

Level 4

Nathan, I understand that the "create account" link on iOS is in the "Account" dialog in the hamburger menu. However, here's the problem: Imagine a new user is in the app, and they do not have an account and are not signed in. They encounter some entitled content with the lock.

IMG_1058.PNG.png

When they tap "sign in" from one of these screens, all they see is the log-in screen below on iOS devices.

Device.jpg

In this case, they have no idea how to create an account. They aren't going to know to go to the hamburger menu and tap on "account" to find it.

Both the Android and Web Viewer sign in screens have the "Create an account" link. The iOS sign in screen needs to have this as well!

Avatar

Employee

Ah, I see. Thanks for the context. The differences between iOS and the other platforms was based on what I had said before, but your scenario obviously wasn't considered. I've shared details with the dev team on this.