mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 21:35:04 +03:00
remove appcenter push
This commit is contained in:
parent
4ad71d6f82
commit
f8d009a011
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user