Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 08e81b1

Browse files
cleanup
1 parent 257afb2 commit 08e81b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

demo-push/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "./bundle-config";
22
import * as application from "tns-core-modules/application";
33

4-
// added this here so we can do some wiring
4+
// added this here so we can do some wiring -- without this, you won're receive a push token on iOS
55
require("nativescript-plugin-firebase");
66

77
application.run({ moduleName: "main-page" });

demo-push/nsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"appPath": "app",
3-
"appResourcesPath": "app_resources"
4-
}
3+
"appResourcesPath": "app_resources",
4+
"useLegacyWorkflow": true
5+
}

0 commit comments

Comments
 (0)