remove appcenter push

This commit is contained in:
feruz 2020-07-16 18:03:42 +03:00
parent 4ad71d6f82
commit f8d009a011

View File

@ -11,7 +11,6 @@
#import <AppCenterReactNative.h>
#import <AppCenterReactNativeAnalytics.h>
#import <AppCenterReactNativeCrashes.h>
#import <AppCenterReactNativePush.h>
#import <BugsnagReactNative/BugsnagReactNative.h>
@import Firebase;
@ -32,7 +31,6 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[FIRApp configure];
[AppCenterReactNativePush register];
[AppCenterReactNative register];
[AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true];
[AppCenterReactNativeCrashes registerWithAutomaticProcessing];