wordpress-mobile / WordPress-iOS

WordPress for iOS - Official repository
http://ios.wordpress.org/
GNU General Public License v2.0
3.69k stars 1.12k forks source link

Me tab not updated after creating a new account #9800

Open elibud opened 6 years ago

elibud commented 6 years ago

Expected behavior

After creating a new account via Google sign in (might affect regular sign ups too), the Me tab should be updated with all the user data.

Actual behavior

The display name is not visible and I couldn't get it to populate no matter what I tried, it only showed up after I updated my profile picture from the Me tab.

img_1175 img_1176

Steps to reproduce the behavior

Create a new account via Google Sign Up, visit the Me tab.

Tested on iPhone X, iOS 12, WPiOS 10.4
nheagy commented 6 years ago

This is likely related to the problem I had getting the Me tab to update when a gravatar was set during account creation: https://github.com/wordpress-mobile/WordPress-iOS/pull/9628

mindgraffiti commented 6 years ago

Deferring. This one looks too involved for the time I have left.

elibud commented 5 years ago

@nheagy do you know if this is still an issue?

designsimply commented 5 years ago

I tested this using WP Internal 12.2.0.20190408 on iPhone 6S iOS 12.2 and I was able to see and edit the display name when doing a "Signup with Google", however, it got completely stuck after trying to save the change tapping "Continue."

  1. Log out of WPiOS.
  2. Tap to "Sign up for WordPress.com".
  3. Tap "Sign up with Google."
  4. Tap Continue and complete the authentication steps.
  5. On the "New Account" screen, try to modify the Display Name.
  6. Tap "Continue".

Result: I can make a change to the Display Name field while on the screen but as soon as I tap "Continue" it gets stuck forever and I have to force quit the app to regain access.

IMG_2500   IMG_2502

Possibly-relevant line from my app logs:

2019-04-12 14:06:08:845 Tried to apply a change to nonexistent settings (ID: 0

More app logs:

2019-04-12 14:03:54:544 šŸ”µ Tracked: signup_button_tapped
2019-04-12 14:03:55:682 TracksService sendQueuedEvents completed. Sent 7 events.
2019-04-12 14:03:58:741 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:04:02:832 šŸ”µ Tracked: signup_google_button_tapped
2019-04-12 14:04:03:412 šŸ”µ Tracked: account_create_initiated
2019-04-12 14:04:04:506 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:04:10:119 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:04:25:234 TracksService sendQueuedEvents completed. Sent 2 events.
2019-04-12 14:04:26:921 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:04:27:299 <WordPressAppDelegate: 0x2807a1420> applicationDidEnterBackground:
2019-04-12 14:04:27:310 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 47;
}
2019-04-12 14:04:42:169 <WordPressAppDelegate: 0x2807a1420> applicationWillEnterForeground:
2019-04-12 14:04:42:818 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:04:42:832 šŸ”µ Tracked: application_opened
2019-04-12 14:04:51:541 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:04:51:915 <WordPressAppDelegate: 0x2807a1420> applicationDidEnterBackground:
2019-04-12 14:04:51:929 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 9;
}
2019-04-12 14:04:52:017 TracksService sendQueuedEvents completed. Sent 2 events.
2019-04-12 14:04:56:627 <WordPressAppDelegate: 0x2807a1420> applicationWillEnterForeground:
2019-04-12 14:04:56:916 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:04:56:925 šŸ”µ Tracked: application_opened
2019-04-12 14:05:12:023 TracksService sendQueuedEvents completed. Sent 2 events.
2019-04-12 14:05:20:559 Error while retrieving WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-2000 "(null)"
2019-04-12 14:05:20:560 Error while deleting WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-2000 "(null)"
2019-04-12 14:05:20:564 Error while deleting WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:05:20:658 WPAnalyticsStat not supported by WPAnalyticsTrackerAutomatticTracks: 59
2019-04-12 14:05:20:708 Deleting topic: fiction-poetry
2019-04-12 14:05:20:709 Deleting topic: writing-blogging
2019-04-12 14:05:20:709 Deleting topic: travel
2019-04-12 14:05:20:709 Deleting topic: books
2019-04-12 14:05:20:710 Deleting topic: crafts-fashion
2019-04-12 14:05:20:710 Deleting topic: websites
2019-04-12 14:05:20:710 Deleting topic: magazines
2019-04-12 14:05:20:710 Deleting topic: longreads
2019-04-12 14:05:20:710 Deleting topic: photography
2019-04-12 14:05:20:710 Deleting topic: business-technology
2019-04-12 14:05:20:710 Deleting topic: popular-culture-entertainment
2019-04-12 14:05:20:710 Deleting topic: humor
2019-04-12 14:05:20:711 Deleting topic: art-design
2019-04-12 14:05:20:711 Deleting topic: family
2019-04-12 14:05:20:711 Deleting topic: news-current-events
2019-04-12 14:05:20:711 Deleting topic: religion
2019-04-12 14:05:20:711 Deleting topic: portfolios
2019-04-12 14:05:20:711 Deleting topic: Discover
2019-04-12 14:05:20:712 Deleting topic: musings-personal
2019-04-12 14:05:20:712 Deleting topic: health-wellness
2019-04-12 14:05:20:712 Deleting topic: food
2019-04-12 14:05:20:712 Deleting topic: science-nature
2019-04-12 14:05:20:712 Deleting topic: culture
2019-04-12 14:05:20:712 Deleting topic: sports-gaming
2019-04-12 14:05:20:712 Deleting topic: Discover
2019-04-12 14:05:20:759 PingHub connecting
2019-04-12 14:05:20:762 šŸ”µ Tracked: account_created, properties: {
    source = google;
}
2019-04-12 14:05:20:771 šŸ”µ Tracked: signup_social_success
2019-04-12 14:05:20:820 šŸ”µ Tracked: signup_epilogue_viewed, properties: {
    source = google;
}
2019-04-12 14:05:20:950 Device Token received in didRegisterForRemoteNotificationsWithDeviceToken: *** REDACTED ***
2019-04-12 14:05:20:993 PingHub connected
2019-04-12 14:05:21:321 Successfully registered Device ID 29576933 for Push Notifications
2019-04-12 14:05:27:116 TracksService sendQueuedEvents completed. Sent 4 events.
2019-04-12 14:06:08:845 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:08:54:742 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:08:55:827 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:08:56:390 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:08:56:641 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:08:56:993 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:08:58:054 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:08:59:003 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:09:00:977 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:06:290 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:09:06:643 <WordPressAppDelegate: 0x2807a1420> applicationDidEnterBackground:
2019-04-12 14:09:06:661 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 250;
}
2019-04-12 14:09:06:676 PingHub disconnecting
2019-04-12 14:09:06:792 PingHub disconnected: WSError(type: Starscream.ErrorType.protocolError, message: "", code: 1000)
2019-04-12 14:09:08:120 <WordPressAppDelegate: 0x2807a1420> applicationWillEnterForeground:
2019-04-12 14:09:08:123 PingHub connecting
2019-04-12 14:09:08:409 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:09:08:420 šŸ”µ Tracked: application_opened
2019-04-12 14:09:08:446 PingHub connected
2019-04-12 14:09:11:362 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:12:381 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:12:611 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:12:796 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:12:996 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:15:077 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:15:329 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:15:515 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:15:697 Tried to apply a change to nonexistent settings (ID: 0
2019-04-12 14:09:17:648 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:09:17:998 <WordPressAppDelegate: 0x2807a1420> applicationDidEnterBackground:
2019-04-12 14:09:18:027 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 10;
}
2019-04-12 14:09:18:038 PingHub disconnecting
2019-04-12 14:09:18:156 PingHub disconnected: WSError(type: Starscream.ErrorType.protocolError, message: "", code: 1000)
2019-04-12 14:09:18:157 TracksService sendQueuedEvents completed. Sent 2 events.
2019-04-12 14:09:18:961 <WordPressAppDelegate: 0x2807a1420> applicationWillEnterForeground:
2019-04-12 14:09:18:963 PingHub connecting
2019-04-12 14:09:19:235 PingHub connected
2019-04-12 14:09:19:251 <WordPressAppDelegate: 0x2807a1420> applicationDidBecomeActive:
2019-04-12 14:09:19:263 šŸ”µ Tracked: application_opened
2019-04-12 14:09:19:962 <WordPressAppDelegate: 0x2807a1420> applicationWillResignActive:
2019-04-12 14:09:23:557 <WordPressAppDelegate: 0x2807a1420> applicationDidEnterBackground:
2019-04-12 14:09:23:579 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 4;
}
2019-04-12 14:09:23:588 PingHub disconnecting
2019-04-12 14:09:23:602 <WordPressAppDelegate: 0x2807a1420> applicationWillTerminate:
2019-04-12 14:09:26:693 WPAnalytics session started
2019-04-12 14:09:26:698 ===========================================================================
2019-04-12 14:09:26:698 Launching WordPress for iOS 12.2 (12.2.0.20190408)...
2019-04-12 14:09:26:698 Crash count: 0
2019-04-12 14:09:26:698 Debug mode:  Production
2019-04-12 14:09:26:698 Extra debug: YES
2019-04-12 14:09:26:699 Device model: iPhone 6s (iPhone8,1)
2019-04-12 14:09:26:699 OS:        iOS, 12.2
2019-04-12 14:09:26:699 Language:  en-US
2019-04-12 14:09:26:699 UDID:      CF5739FF-5783-45DB-8CE5-90485C59B703
2019-04-12 14:09:26:699 APN token: *** REDACTED ***
2019-04-12 14:09:26:700 Launch options: [:]
2019-04-12 14:09:26:700 wp.com account: sheri05be780f90 (ID: 0) (unknown)
2019-04-12 14:09:26:700 No blogs configured on device.
2019-04-12 14:09:26:700 ===========================================================================
2019-04-12 14:09:26:710 Zendesk - read profile from User Defaults: ["email": design5279+190313_1141@gmail.com, "name": Sally Sparrow]
2019-04-12 14:09:26:710 Zendesk Enabled: true
2019-04-12 14:09:26:712 User-Agent set to: Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 wp-iphone/12.2
2019-04-12 14:09:26:876 šŸ”µ Tracked: notifications_notification_details_opened, properties: {
    "notification_type" = "social_login_connection";
}
2019-04-12 14:09:26:948 šŸ”µ Tracked: my_site_tab_accessed
2019-04-12 14:09:26:984 didFinishLaunchingWithOptions state: 1
2019-04-12 14:09:26:990 PingHub connecting
2019-04-12 14:09:27:103 Device Token received in didRegisterForRemoteNotificationsWithDeviceToken: *** REDACTED ***
2019-04-12 14:09:27:134 <BlogService: 0x282e52490> syncBlogsForAccount:success:failure:
2019-04-12 14:09:27:139 <WordPressAppDelegate: 0x280759ab0> applicationDidBecomeActive:
2019-04-12 14:09:27:145 šŸ”µ Tracked: application_opened
2019-04-12 14:09:27:221 PingHub connected
2019-04-12 14:09:27:417 Successfully registered Device ID 29576933 for Push Notifications
2019-04-12 14:09:29:598 šŸ”µ Tracked: me_tab_accessed
2019-04-12 14:09:29:750 Error: The Default Blog could not be loaded
2019-04-12 14:09:29:769 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:29:770 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:38:483 šŸ”µ Tracked: account_settings_opened
2019-04-12 14:09:41:700 Error: The Default Blog could not be loaded
2019-04-12 14:09:41:714 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:41:715 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:42:296 TracksService sendQueuedEvents completed. Sent 8 events.
2019-04-12 14:09:42:642 šŸ”µ Tracked: my_profile_opened
2019-04-12 14:09:51:131 Error: The Default Blog could not be loaded
2019-04-12 14:09:51:160 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:51:161 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:54:235 Zendesk successfully unregistered stored device.
2019-04-12 14:09:54:284 šŸ”µ Tracked: account_logout
2019-04-12 14:09:54:298 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:54:303 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:09:54:321 šŸ”µ Tracked: login_accessed
2019-04-12 14:09:54:330 WPAnalyticsStat not supported by WPAnalyticsTrackerAutomatticTracks: 59
2019-04-12 14:09:54:343 Deleting topic: popular-culture-entertainment
2019-04-12 14:09:54:343 Deleting topic: family
2019-04-12 14:09:54:344 Deleting topic: writing-blogging
2019-04-12 14:09:54:344 Deleting topic: fiction-poetry
2019-04-12 14:09:54:344 Deleting topic: longreads
2019-04-12 14:09:54:344 Deleting topic: food
2019-04-12 14:09:54:344 Deleting topic: sports-gaming
2019-04-12 14:09:54:344 Deleting topic: health-wellness
2019-04-12 14:09:54:344 Deleting topic: business-technology
2019-04-12 14:09:54:344 Deleting topic: Discover
2019-04-12 14:09:54:344 Deleting topic: science-nature
2019-04-12 14:09:54:344 Deleting topic: humor
2019-04-12 14:09:54:345 Deleting topic: news-current-events
2019-04-12 14:09:54:345 Deleting topic: musings-personal
2019-04-12 14:09:54:345 Deleting topic: books
2019-04-12 14:09:54:345 Deleting topic: art-design
2019-04-12 14:09:54:345 Deleting topic: My Likes
2019-04-12 14:09:54:345 Deleting topic: websites
2019-04-12 14:09:54:345 Deleting topic: crafts-fashion
2019-04-12 14:09:54:345 Deleting topic: culture
2019-04-12 14:09:54:345 Deleting topic: religion
2019-04-12 14:09:54:345 Deleting topic: portfolios
2019-04-12 14:09:54:345 Deleting topic: photography
2019-04-12 14:09:54:345 Deleting topic: magazines
2019-04-12 14:09:54:345 Deleting topic: Followed Sites
2019-04-12 14:09:54:345 Deleting topic: travel
2019-04-12 14:09:54:345 Deleting topic: The Atavist Magazine
2019-04-12 14:09:54:346 Deleting topic: Longreads
2019-04-12 14:09:54:346 Deleting topic: Discover
2019-04-12 14:09:54:346 Deleting topic: The WordPress.com Blog
2019-04-12 14:09:54:530 Unable to unregister push for Device ID 29576933: Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://public-api.wordpress.com/rest/v1.1/devices/29576933/delete?locale=en, NSErrorFailingURLKey=https://public-api.wordpress.com/rest/v1.1/devices/29576933/delete?locale=en, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <0593F43F-5570-4E36-B798-80425A355133>.<11>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <0593F43F-5570-4E36-B798-80425A355133>.<11>, NSLocalizedDescription=cancelled}
2019-04-12 14:09:54:546 Could not sync sites: Optional(Error Domain=WordPressKit.WordPressComRestApiError Code=2 "An active access token must be used to query information about the current user." UserInfo={WordPressComRestApiErrorCodeKey=authorization_required, NSLocalizedDescription=An active access token must be used to query information about the current user., WordPressComRestApiErrorMessageKey=An active access token must be used to query information about the current user.})
2019-04-12 14:09:54:552 šŸ”µ Tracked: login_prologue_viewed
2019-04-12 14:09:57:413 TracksService sendQueuedEvents completed. Sent 4 events.
2019-04-12 14:10:12:615 šŸ”µ Tracked: login_email_form_viewed
2019-04-12 14:10:13:374 Completed requesting shared web credentials
2019-04-12 14:10:13:380 Error requesting shared web credentials: Optional("The operation couldnā€™t be completed. (OSStatus error -909 - Autofill is not enabled in Safari settings)")
2019-04-12 14:10:24:773 šŸ”µ Tracked: login_magic_link_request_form_viewed
2019-04-12 14:10:27:131 šŸ”µ Tracked: login_magic_link_requested
2019-04-12 14:10:27:531 TracksService sendQueuedEvents completed. Sent 3 events.
2019-04-12 14:10:28:391 šŸ”µ Tracked: login_magic_link_open_email_client_viewed
2019-04-12 14:10:28:415 <WordPressAppDelegate: 0x280759ab0> applicationWillResignActive:
2019-04-12 14:10:29:251 <WordPressAppDelegate: 0x280759ab0> applicationDidEnterBackground:
2019-04-12 14:10:29:363 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 62;
}
2019-04-12 14:10:29:744 TracksService sendQueuedEvents completed. Sent 1 events.
2019-04-12 14:10:46:882 <WordPressAppDelegate: 0x280759ab0> applicationWillEnterForeground:
2019-04-12 14:10:47:124 <WordPressAppDelegate: 0x280759ab0> applicationDidBecomeActive:
2019-04-12 14:10:47:145 šŸ”µ Tracked: application_opened
2019-04-12 14:10:48:083 šŸ”µ Tracked: login_magic_link_open_email_client_viewed
2019-04-12 14:10:48:103 <WordPressAppDelegate: 0x280759ab0> applicationWillResignActive:
2019-04-12 14:10:48:833 <WordPressAppDelegate: 0x280759ab0> applicationDidEnterBackground:
2019-04-12 14:10:48:844 šŸ”µ Tracked: application_closed, properties: {
    "last_visible_screen" = "Login View";
    "time_in_app" = 2;
}
2019-04-12 14:10:49:188 TracksService sendQueuedEvents completed. Sent 3 events.
2019-04-12 14:11:11:131 <WordPressAppDelegate: 0x280759ab0> applicationWillEnterForeground:
2019-04-12 14:11:11:179 Application launched with URL: wpinternal://magic-login?token=%2Ab%25%25RmX%24ys2G7Qni%21JRFN%2AVF%21NHW%5EDcva0R5aI23E2F%40870Y9uI%21jG%23BVNnM%40%29%21%25
2019-04-12 14:11:11:189 App launched with authentication link
2019-04-12 14:11:11:196 šŸ”µ Tracked: login_magic_link_opened
2019-04-12 14:11:11:360 Error while retrieving WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-2000 "(null)"
2019-04-12 14:11:11:361 Error while deleting WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-2000 "(null)"
2019-04-12 14:11:11:366 Error while deleting WordPressComOAuthKeychainServiceName token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:11:11:421 WPAnalyticsStat not supported by WPAnalyticsTrackerAutomatticTracks: 59
2019-04-12 14:11:11:442 Deleting topic: business-technology
2019-04-12 14:11:11:443 Deleting topic: travel
2019-04-12 14:11:11:443 Deleting topic: musings-personal
2019-04-12 14:11:11:443 Deleting topic: art-design
2019-04-12 14:11:11:443 Deleting topic: magazines
2019-04-12 14:11:11:443 Deleting topic: humor
2019-04-12 14:11:11:443 Deleting topic: religion
2019-04-12 14:11:11:443 Deleting topic: writing-blogging
2019-04-12 14:11:11:443 Deleting topic: sports-gaming
2019-04-12 14:11:11:444 Deleting topic: books
2019-04-12 14:11:11:444 Deleting topic: longreads
2019-04-12 14:11:11:444 Deleting topic: crafts-fashion
2019-04-12 14:11:11:444 Deleting topic: Discover
2019-04-12 14:11:11:444 Deleting topic: food
2019-04-12 14:11:11:444 Deleting topic: health-wellness
2019-04-12 14:11:11:444 Deleting topic: culture
2019-04-12 14:11:11:444 Deleting topic: science-nature
2019-04-12 14:11:11:444 Deleting topic: popular-culture-entertainment
2019-04-12 14:11:11:444 Deleting topic: news-current-events
2019-04-12 14:11:11:444 Deleting topic: photography
2019-04-12 14:11:11:444 Deleting topic: fiction-poetry
2019-04-12 14:11:11:444 Deleting topic: family
2019-04-12 14:11:11:444 Deleting topic: websites
2019-04-12 14:11:11:444 Deleting topic: portfolios
2019-04-12 14:11:11:501 PingHub connecting
2019-04-12 14:11:11:547 <BlogService: 0x282e71720> syncBlogsForAccount:success:failure:
2019-04-12 14:11:11:551 šŸ”µ Tracked: login_magic_link_succeeded
2019-04-12 14:11:11:626 Device Token received in didRegisterForRemoteNotificationsWithDeviceToken: b25160bf63b18fadb1e26bd050329445064c48efd936e1fb568f*** REDACTED ***1443e89dcd08
2019-04-12 14:11:11:695 PingHub connected
2019-04-12 14:11:11:766 Error: The Default Blog could not be loaded
2019-04-12 14:11:12:055 šŸ”µ Tracked: me_tab_accessed
2019-04-12 14:11:12:079 šŸ”µ Tracked: my_site_tab_accessed
2019-04-12 14:11:12:095 šŸ”µ Tracked: signed_in, properties: {
    "dotcom_user" = true;
    multifactor = false;
}
2019-04-12 14:11:12:123 <WordPressAppDelegate: 0x280759ab0> applicationDidBecomeActive:
2019-04-12 14:11:12:132 šŸ”µ Tracked: application_opened
2019-04-12 14:11:12:294 Successfully registered Device ID 29577004 for Push Notifications
2019-04-12 14:11:12:930 šŸ”µ Tracked: login_epilogue_viewed
2019-04-12 14:11:27:399 TracksService sendQueuedEvents completed. Sent 10 events.
2019-04-12 14:12:41:518 <BlogService: 0x282e7ee80> syncBlogsForAccount:success:failure:
2019-04-12 14:12:42:865 šŸ”µ Tracked: me_tab_accessed
2019-04-12 14:12:42:975 Error: The Default Blog could not be loaded
2019-04-12 14:12:42:992 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:12:42:993 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:12:45:276 šŸ”µ Tracked: app_settings_opened
2019-04-12 14:12:48:156 Error: The Default Blog could not be loaded
2019-04-12 14:12:48:184 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:12:48:184 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:12:49:040 šŸ”µ Tracked: app_settings_opened
2019-04-12 14:12:50:158 Error: The Default Blog could not be loaded
2019-04-12 14:12:50:186 Error while removing Notification Content Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:12:50:187 Error while removing Notification Service Extension OAuth token: Error Domain=SFHFKeychainUtilsErrorDomain Code=-25300 "(null)"
2019-04-12 14:12:50:618 šŸ”µ Tracked: support_opened
2019-04-12 14:12:50:632 Zendesk - read profile from User Defaults: ["email": design5279+190313_1141@gmail.com, "name": Sally Sparrow]
2019-04-12 14:12:50:634 Zendesk - read profile from User Defaults: ["email": design5279+190313_1141@gmail.com, "name": Sally Sparrow]
2019-04-12 14:12:57:975 TracksService sendQueuedEvents completed. Sent 4 events.
designsimply commented 5 years ago

Prioritization note: leaving in To Do for now in favor of other higher priority issues in the Prioritized list but moved it to near the top of the To Do list because it's related-to-but-not-blocking signup.

designsimply commented 5 years ago

Moving this into the Prioritized iOS list. Medium compared to other things currently in that queue right now.

designsimply commented 4 years ago

While testing sign up with Google during 15.6 beta testing, I found that the user avatar that I selected during signup didn't show up on the Me screen. I am posting it here because it feels related to this issue and I wanted to note it in GitHub.

Video: 3m27s

Tested with WPiOS 15.6.0.1 TestFlight beta on iPhone 11 iOS 13.6.1.

Note: I didn't try changing the display name or username in this test.

elibud commented 4 years ago

@mindgraffiti let's add this as a follow up to UL&S, this bug drives me nuts and it creates a poor first impression.

mindgraffiti commented 4 years ago

@elibud moved to UL&S phase 2. Thanks for the notes @designsimply!

designsimply commented 4 years ago

I did another signup test today with the email flow as part of 15.6 beta testing, and I found that I was able to update the display name and username and add a password successfully but the user icon still did not populate on the Me screen after signup even after force closing and re-opening the app. It shows up properly on the My Site screen though! Adding some screenshots and a video for context.

Video: 2m28s

Tested with WPiOS 15.6.0.1 TestFlight beta on iPhone 11 iOS 13.6.1.

During signup My Site screen just after signup Me/Account screen just after signup
Screen Shot 2020-08-27 at Aug 27 4 58 23 PM Screen Shot 2020-08-27 at Aug 27 5 00 59 PM Screen Shot 2020-08-27 at Aug 27 5 01 11 PM

Screenshots from email signup for madefortesting082720.wordpress.com username user082720. Tested with WPiOS 15.6.0.1 TestFlight beta on iPhone 11 iOS 13.6.1.