iOS Question Library development - the .a file

Jack Cole

Well-Known Member
Licensed User
Longtime User
I'm trying to write my first b4i library for Firebase Crashlytics. In working through the official tutorial, I don't see where the .a file comes from. I assume it might be analogous to the .jar file in b4a. Can anyone explain this?
 

JohnC

Expert
Licensed User
Longtime User
I'm curious, are you making your own library because there was something missing in the Firebase.Analytics mentioned in this:


3. Declare a process global FirebaseAnalytics object and initialize it in Application_Start. FirebaseAnalytics is the base of all Firebase services. The analytics object should be initialized before any other Firebase object (even if you don't need the analytics service).
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
When you are done, I hope you will post it in this forum :)
 
Upvote 0
Top