File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
122122
123123#### Copy the entitlements file
124124
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),
127127so it's not removed when you remove and re-add the iOS platform. The relevant content for background push in that file is:
128128
129129``` 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
508508
509509#### Copy the entitlements file
510510
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),
513513so it's not removed when you remove and re-add the iOS platform. The relevant content for background push in that file is:
514514
515515` ` ` xml
You can’t perform that action at this time.
0 commit comments