iOS Question unbalanced #End If , after inline #If OBJC

le_toubib

Active Member
Licensed User
Longtime User
hi
i got the "unbalanced #end If" (at the last line)
after inserting the following code at the end of my project

is it related to the #ifs inside the inline code ? how to fix it ?
 

stevel05

Expert
Licensed User
Longtime User
If the code posted is accurate, you have a number of #endif statements, they need to be #End If, with a space. That causes the error you describe.
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
As you can probably tell, I'm not up to speed with Objective C, but it appears the similarities may be conflicting with the B4i parser.

Perhaps someone has come across this before.
 
Last edited:
Upvote 0

le_toubib

Active Member
Licensed User
Longtime User
in the push notification tutorial it s very explanined how to connect with our b4j push server , but what if i need another server ... say a hosted php script ?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…