blob: 9fed3bcc48203902d4091f18ba6d57508a8bb39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
### Add Picture Notification Support (Optional)
529 ionic cordova platform remove ios
530 ionic cordova platform add ios
531 open platforms/ios/
Open up platforms/ios/zmNinja.xcworkspace
File->New->Target->Notification Service Extension, select Objective C
In the "Product Name" put in zmNinjaNotification (your BundleID should now read com.pliablepixels.zmninja-pro.zmNinjaNotification)
Say "Yes" to "Activate zmNinjaNotification scheme?" popup
Now in XCode Targets, select zmNinjaNotification, and make sure you select a Team and make sure Deployment Target is 10 or above
532 cp www/external/NotificationService.swift platforms/ios/zmNinjaNotication/
533 cp www/external/NotificationService.swift platforms/ios/zmNinjaNotification/
534 cd platforms/ios/
535 pod install
- Manually change remote notification extension version to match app version
|