mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 06:13:12 +03:00
remove appcenter push
This commit is contained in:
parent
4ad71d6f82
commit
f8d009a011
@ -11,7 +11,6 @@
|
|||||||
#import <AppCenterReactNative.h>
|
#import <AppCenterReactNative.h>
|
||||||
#import <AppCenterReactNativeAnalytics.h>
|
#import <AppCenterReactNativeAnalytics.h>
|
||||||
#import <AppCenterReactNativeCrashes.h>
|
#import <AppCenterReactNativeCrashes.h>
|
||||||
#import <AppCenterReactNativePush.h>
|
|
||||||
#import <BugsnagReactNative/BugsnagReactNative.h>
|
#import <BugsnagReactNative/BugsnagReactNative.h>
|
||||||
@import Firebase;
|
@import Firebase;
|
||||||
|
|
||||||
@ -32,7 +31,6 @@
|
|||||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||||
{
|
{
|
||||||
[FIRApp configure];
|
[FIRApp configure];
|
||||||
[AppCenterReactNativePush register];
|
|
||||||
[AppCenterReactNative register];
|
[AppCenterReactNative register];
|
||||||
[AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true];
|
[AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true];
|
||||||
[AppCenterReactNativeCrashes registerWithAutomaticProcessing];
|
[AppCenterReactNativeCrashes registerWithAutomaticProcessing];
|
||||||
|
Loading…
Reference in New Issue
Block a user