I went thru the instructions again that Erel posted above. Still not working right.
I have been searching the forums to no avail.
Here is where I am hung up..
As you can see, analytics is initialized...
Private Sub Application_Start (Nav As NavigationController)
analytics.Initialize
NavControl = Nav
Page1.Initialize("Page1")
Page1.Title = "Page 1"
Page1.RootPanel.LoadLayout("1")
Page1.RootPanel.Color = Colors.White
NavControl.ShowPage(Page1)
pnlkeyboard.Visible=False
Is telling me the starter is not declared
B4i version: 2.80
Parsing code. Error
Error parsing program.
Error description: Undeclared variable 'starter' is used before it was assigned any value.
Occurred on line: 350 (Main)
Starter.storage.DownloadFile("/public/Update.xml", File.DBFileDir, UDFileName)
Here is code
Sub UpdateServiceCodes
Starter.storage.DownloadFile("/public/Update.xml", File.DBFileDir, UDFileName)
End Sub
I thought starter is part of Firebase library?
I have this same code working on android. Been trying to figure out what the difference is between android and ios on this.