Base solution for your next web application
Open Closed

How can the update profile picture functionality be implemented in a mobile application? #12227


User avatar
0
kansoftware created

I can see that the functionality for updating the profile picture is built-in. To update the profile picture, the UpdateProfilePicture function is used, which is part of the Profile App Service. To fetch the profile picture, the GetProfilePicture function is used, which is part of the Profile Controller. This works on our web application.

How can we use the same functionality for our mobile application, and what changes do we need to make?


3 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @kansoftware,

    You can follow the steps used in Angular for updating the profile picture to implement the same functionality. However, for the mobile side, I recommend researching resources on MAUI file uploading for handling file uploads. If you’d like, I can create an issue for this feature in the next release.

  • User Avatar
    0
    kansoftware created

    Hi @kansoftware,

    You can follow the steps used in Angular for updating the profile picture to implement the same functionality. However, for the mobile side, I recommend researching resources on MAUI file uploading for handling file uploads. If you’d like, I can create an issue for this feature in the next release.

    Hi, Our mobile app is in ionic. We are using 13.0.0 version of dot net. Are you saying we need customize the code for mobile app? Or there is inbuilt functionality? Can you please provide me a documentation for that

    Thanks

  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @kansoftware,

    You have a custom mobile application and need to implement the logic for updating the profile picture. The backend code is already prepared; you just need to integrate the functionality on the mobile side.