0

I am developing an iPhone app that uses Firebase to retrieve data into a table, I have two questions:

1)I tested my app with no internet and it doesn't crash, but I want to display a message to the user saying that there's no internet and they have to connect to the internet to see the table content.

2)I plan to submit this app to the AppStore, what advice do you have for managing Firebase data query in order for Apple to approve it?

Best, Anas

anasganim
  • 17
  • 1
  • 5
  • you want to check internet connection then it is already answered . check this http://stackoverflow.com/a/34128493/3400991 – Shobhakar Tiwari Feb 23 '16 at 11:47
  • hopefully you are still in SO and see this, your questions make me wonder what limits apple has set for firebase query that you were worried about being rejected? – TheBen Dec 18 '16 at 16:42

1 Answers1

0

This question was answered here.

If you want to learn more about Detecting Connection State, have a look at the Firebase docs, also to get the code for the lastest version of swift.

Devhess
  • 289
  • 4
  • 16