Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 2    Views: 59

Bertrand
Apple Fan
Profile
Posts: 163
Reg: Dec 26, 2012
saint-quentin f...
4,680
09/21/15 01:05 AM (8 years ago)

[iOS] Register To Unlock

Hi, I try to integrate this plugin but I'm having some problem with it : - the first popup appears 2 times (Register PopUp in Buzztouch admin) - the method "connectedToInternet" does'nt works (in HO_regsitalert.m), I still have the message saying that I'm not connected to internet - When I relaunch the application after registration, I have 2 screens transitions displayed - Is it possible to add other fields in the registration ? Thanks
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/21/15 04:34 AM (8 years ago)
I too been having the same problem with the plugin and nits keeps saying I am not connected to the internet.
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
10/07/15 09:32 AM (8 years ago)
Hello, I have been able to sort out the issue of the Register to unlock plugin on IOS, on the HO_registeralert.m file just modify this code NSString *URLString = [NSString stringWithContentsOfURL:[NSURL URLWithString:@"http://www.google.com"] encoding:NSUTF8StringEncoding error:&error]; for some reason the google url is not working so i changed it to Facebook and it worked. NSString *URLString = [NSString stringWithContentsOfURL:[NSURL URLWithString:@"http://www.facebook.com"] encoding:NSUTF8StringEncoding error:&error];
 

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.