Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 2    Views: 240

LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
09/20/17 10:06 AM (6 years ago)

BT Screens (Login)

Hey guys, I recently started updating my apps to BT4.0 (yeah I know...) and I just noticed that the login screen is not transmitting the variables, only the variable names, so not working. Is there a small fix for this?
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
09/25/17 01:52 PM (6 years ago)
hmm, nothing? so nobody uses the integrated login screen?
 
Sherry
Lost but trying
Profile
Posts: 135
Reg: Jan 05, 2013
South Africa
11,650
like
07/13/18 01:40 AM (5 years ago)
Hi Leon I have also been having a problem with the login function on BT4 where it kept saying you are not logged in even after filling in a correct username and password. I finally figured out today on iOS that there is a missing line of code in the BT_strings.m file for the password field and once I added this in the plugin worked again. Open BT_strings.m Go to line 109 and add ret = [ret stringByReplacingOccurrencesOfString:@"[userLogInPassword]" withString:[appDelegate.rootUser userLogInPassword]];
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.