File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ Open /platforms/ios/yourproject.**xcworkspace** (!) and go to your project's tar
122
122
123
123
#### Copy the entitlements file
124
124
125
- The previous step created a the file` platforms/ios/YourAppName/(Resources/)YourAppName.entitlements ` .
126
- Copy that file to ` app/App_Resources/iOS/ ` (if it doesn't exist yet, otherwise merge its contents),
125
+ The previous step created a the file ` platforms/ios/YourAppName/(Resources/)YourAppName.entitlements ` .
126
+ Move and rename that file to ` app/App_Resources/iOS/app.entitlements ` (if it doesn't exist yet, otherwise merge its contents),
127
127
so it's not removed when you remove and re-add the iOS platform. The relevant content for background push in that file is:
128
128
129
129
``` xml
Original file line number Diff line number Diff line change @@ -508,8 +508,8 @@ Open /platforms/ios/yourproject.**xcworkspace** (!) and go to your project's tar
508
508
509
509
#### Copy the entitlements file
510
510
511
- The previous step created a the file ` platforms / ios / YourAppName / (Resources / )YourAppName .entitlements ` .
512
- Copy that file to ` app / App_Resources / iOS / ` (if it doesn't exist yet, otherwise merge its contents),
511
+ The previous step created a the file ` platforms / ios / YourAppName / (Resources / )YourAppName .entitlements ` .
512
+ Move and rename that file to ` app / App_Resources / iOS / app . entitlements ` (if it doesn't exist yet, otherwise merge its contents),
513
513
so it's not removed when you remove and re-add the iOS platform. The relevant content for background push in that file is:
514
514
515
515
` ` ` xml
You can’t perform that action at this time.
0 commit comments