Don’t stay signed in on Google account. #14

Closed
opened 2023-07-23 22:50:51 +00:00 by Faddy96 · 13 comments
Faddy96 commented 2023-07-23 22:50:51 +00:00 (Migrated from github.com)

Is there an existing issue for this?

  • I have searched the existing issues

Have you read the FAQ?

  • Yes, I read the FAQ

Device info

  • iOS/iPadOS version: 17.0 Developer Beta 3
  • Device model: iPhone 14 Pro Max
  • Sideload tool (AltStore, Sideloadly, TrollStore,...): AppDB with own developer account
  • The specific version of YTLitePlus (latest or newest is NOT a version number!): 18.28.3-2.3

Describe the bug

Every time I start the app, I’m not signed in to my Googles account. Logging in and then closing the app results in a logout.

Steps to reproduce the issue

  1. Start the app
  2. Sign in
  3. Close app
  4. Start the app again
  5. Account is not signed in.

Crash log (if the app crashes)

No response

Are you using the newest version of YTLitePlus? If not, why?

Yes, I'm using the latest version of YTLitePlus right now

Does the issue happen with the official YouTube from AppStore?

No, It doesn't

Additional context

Can’t remember if I had this issue when using the app in iOS 16.5.1 (c).

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the FAQ? - [X] Yes, I read the FAQ ### Device info - iOS/iPadOS version: 17.0 Developer Beta 3 - Device model: iPhone 14 Pro Max - Sideload tool (AltStore, Sideloadly, TrollStore,...): AppDB with own developer account - The specific version of YTLitePlus (**latest** or **newest** is **NOT** a version number!): 18.28.3-2.3 ### Describe the bug Every time I start the app, I’m not signed in to my Googles account. Logging in and then closing the app results in a logout. ### Steps to reproduce the issue 1. Start the app 2. Sign in 3. Close app 4. Start the app again 5. Account is not signed in. ### Crash log (if the app crashes) _No response_ ### Are you using the newest version of YTLitePlus? If not, why? ✅ Yes, I'm using the latest version of YTLitePlus right now ### Does the issue happen with the official YouTube from AppStore? ❌ No, It doesn't ### Additional context Can’t remember if I had this issue when using the app in iOS 16.5.1 (c).
LenardValdez commented 2023-08-06 13:58:54 +00:00 (Migrated from github.com)

Even on the latest version I cant stay logged in

Even on the latest version I cant stay logged in
Balackburn commented 2023-08-06 14:00:59 +00:00 (Migrated from github.com)

@LenardValdez How did you signed the app

@LenardValdez How did you signed the app
LenardValdez commented 2023-08-06 14:24:07 +00:00 (Migrated from github.com)

@Balackburn my bad my first reply was dumb. I used signulous

@Balackburn my bad my first reply was dumb. I used signulous
Balackburn commented 2023-08-06 14:26:11 +00:00 (Migrated from github.com)

@LenardValdez That’s where the problem come from, entreprise certificate cause problem with sideloading

@LenardValdez That’s where the problem come from, entreprise certificate cause problem with sideloading
LenardValdez commented 2023-08-06 14:29:50 +00:00 (Migrated from github.com)

I see. Thank you for the clarification. Damn too bad uyouplus version is so behind thats the knly ytmod that works with signolous

I see. Thank you for the clarification. Damn too bad uyouplus version is so behind thats the knly ytmod that works with signolous
LenardValdez commented 2023-08-07 01:27:49 +00:00 (Migrated from github.com)

Hello I discovered a "fix" for this on signulous. Apparently they provide 2 certs via uuid registrations; 1 is for developer and 1 is for distribution. I used e-sign and used the apple distribution cert and it works!!

Hello I discovered a "fix" for this on signulous. Apparently they provide 2 certs via uuid registrations; 1 is for developer and 1 is for distribution. I used e-sign and used the apple distribution cert and it works!!
btglr commented 2023-11-24 20:30:31 +00:00 (Migrated from github.com)

The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it?

The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it?
LenardValdez commented 2023-11-25 01:00:08 +00:00 (Migrated from github.com)

The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it?

Make sure you have the provisions installed on your device.

> The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it? Make sure you have the provisions installed on your device.
btglr commented 2023-11-25 10:32:42 +00:00 (Migrated from github.com)

The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it?

Make sure you have the provisions installed on your device.

Not sure what you mean by provisions in this case, the only thing AppDB requires you to install is their management profile.

> > The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it? > > Make sure you have the provisions installed on your device. Not sure what you mean by provisions in this case, the only thing AppDB requires you to install is their management profile.
lloyd0523 commented 2023-11-25 14:23:24 +00:00 (Migrated from github.com)

@btglr Hi just want to say that I had the same problem a few months ago and I figured out it was because some code was deleted that made google account couldn’t stay signed in when installed via AppDB. I created a fork and added back the code and it works fine on my devices. I have some compiled ipas on my fork. You can try them and see if they work.

@btglr Hi just want to say that I had the same problem a few months ago and I figured out it was because some code was deleted that made google account couldn’t stay signed in when installed via AppDB. I created a fork and added back the code and it works fine on my devices. I have some compiled ipas on my fork. You can try them and see if they work.
LenardValdez commented 2023-11-25 14:34:42 +00:00 (Migrated from github.com)

The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it?

Make sure you have the provisions installed on your device.

Not sure what you mean by provisions in this case, the only thing AppDB requires you to install is their management profile.

Im not sure if appdb provides the .mobileprovision file available to download. if they do, and if their signing functionality allows custom sign, include that file before signing the ipa. Otherwise use esign to to custom sign your ipa so you can include the mobileprovisions

> > > The same thing happens with me with AppDB. I’m using my own developer account though. Any idea on how to fix it? > > > > Make sure you have the provisions installed on your device. > > Not sure what you mean by provisions in this case, the only thing AppDB requires you to install is their management profile. Im not sure if appdb provides the .mobileprovision file available to download. if they do, and if their signing functionality allows custom sign, include that file before signing the ipa. Otherwise use esign to to custom sign your ipa so you can include the mobileprovisions
btglr commented 2023-11-25 18:37:04 +00:00 (Migrated from github.com)

I think appdb actually removes the mobileprovision by default. I don't see any option to disable that though. I ended up using Sideloadly as it's always worked before.

I think appdb actually removes the mobileprovision by default. I don't see any option to disable that though. I ended up using Sideloadly as it's always worked before.
btglr commented 2023-11-29 12:33:38 +00:00 (Migrated from github.com)

I can confirm the latest release with the recent commits have fixed the appdb issue! Thanks for the quick fix.

I can confirm the latest release with the recent commits have fixed the appdb issue! Thanks for the quick fix.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/YTLitePlus#14
No description provided.