openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
196 stars 576 forks source link

login issue, I have installed latest APK version for Mifos xDroid when i have enter user ID pass and hit on login i am not able to login, and also not showing any error massage screen shot attached for verification #1833

Closed DHIRAJJADAV closed 1 year ago

DHIRAJJADAV commented 3 years ago

Mifos Xdroid 2021-08-16 at 6 04 51 AM Summary:

Summarize your issue in one sentence (what goes wrong, what did you expect to happen)

Steps to reproduce:

How can we reproduce the issue?

Expected behaviour:

What did you expect the app to do?

Observed behaviour:

What did you see instead? Describe your issue in detail here.

Device and Android version:

What make and model device (e.g., Samsung Galaxy S3) did you encounter this on? What Android version (e.g., Android 4.0 Ice Cream Sandwich or Android 6.0 Marshmallow) are you running? Is it the stock version from the manufacturer or a custom ROM?

Screenshots:

Can be created by pressing the Volume Down and Power Button at the same time on Android 4.0 and higher.

bharathcgowda commented 3 years ago

login issue is happening on the fineract 1.5 release version

DHIRAJJADAV commented 3 years ago

So what is the resolution for this

danishjamal104 commented 3 years ago

Hey @DHIRAJJADAV, Can you confirm which version of fineract this https://52.220.107.255/fineract-provider/api/v1 is running? Upto my knowledge it is running version 1.5.0.

danishjamal104 commented 3 years ago

So what is the resolution for this

You are trying to use the instance url of fineract 1.5.0, but the app is based on older version. In older version of api the username and password was send as a query parameter, but as of version 1.5.0 we need to send username and password field as a body parameter. Hence this is causing an error. For fixing this issue try using the instance url which is running 1.0.x version of fineract api.

danishjamal104 commented 3 years ago

Also @DHIRAJJADAV , the username your using as shown in SS is wrong based on the instance url https://52.220.107.255/fineract-provider/api/v1. It should be mifos not Mifos. Checkout below SS for api auth request.

Screenshot 2021-08-17 at 7 18 34 AM
danishjamal104 commented 3 years ago

login issue is happening on the fineract 1.5 release version

for interacting with the 1.5.0 version of api use sdk-client branch since it uses fineract-android-sdk which is based on fineract 1.5.0, just make sure that the api is not completely migrated so many feature won't work, but all the basic feature would definelty work.

bharathcgowda commented 3 years ago

thanks for all the information and the lead @danishjamal104 could you help us with the APK of sdk-client branch? We shall test it and share it with the users of the community- it would be easier for them to download and install.

iamsh4shank commented 3 years ago

@DHIRAJJADAV if you want to test the client app, you can try using the demo.mifos.io endpoint, but the above-mentioned endpoint won't work as @danishjamal104 and @bharathcgowda suggested it is in 1.5.0, the SDK is still in the development phase and it will be integrated soon to support 1.5.0.

josephgodwinkimani commented 2 years ago

@DHIRAJJADAV if you want to test the client app, you can try using the demo.mifos.io endpoint, but the above-mentioned endpoint won't work as @danishjamal104 and @bharathcgowda suggested it is in 1.5.0, the SDK is still in the development phase and it will be integrated soon to support 1.5.0.

demo.mifos.io endpoint doesn't work using mifos : password. I had to test the master branch and kotlin-conversion branch

hghost50 commented 1 year ago

Had build the app according to the steps required, but when the app is launch, it keeps crashing. is their any solution?

hghost50 commented 1 year ago

Am using the latest mifosx platform 21.07.02.

hghost50 commented 1 year ago

Which of fineract version work best for all mifos mobile platforms: android client, mobile client, mifos pay

Aditya-gupta99 commented 1 year ago

The issue has already been resolved