简体   繁体   中英

How do I remove firebase analytics from iOS App in store

I have an app currently in the app store. It uses Firebase analytics framework. I installed this via cocoapods.

eg. pod 'FirebaseAnalytics' is in my Podfile.

I want to remove analytics completely from my application.

So far I have done the following:

  1. Removed all references in code to Firebase.

  2. I have removed the pod 'FirebaseAnalytics' analytics line in my pod file and run pod install

  3. Once the app update has been loaded and live in the app store I will delete the app in firebase and delete the firebase project.

    在此处输入图片说明

The app builds and complies fine, however I am curious if there are other steps I need to take in order to insure the analytics framework is removed.

Thanks!

As soon as you remove the Firebase plugin from your app (here from pod ), analytics has no way to communicate with Firebase anymore, so it is effectively removed.

No, there are no more extra steps required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM