February 2018
Intermediate to advanced
346 pages
9h 56m
English
We talked about enabling services and capabilities in our app earlier, and demonstrated how to do it via Xcode. You can also use produce to enable or disable services just as easily. To enable iCloud and push notifications, you would enter the following:
fastlane produce enable_services —icloud cloudkit —-push-notification
It will confirm the services you have enabled, similar to the following:
... [19:08:29]: Starting login with user 'XXXXXXX [19:08:31]: Successfully logged in [19:08:31]: [DevCenter] App found 'Firefox for iOS Demo' [19:08:31]: Enabling services [19:08:31]: Done! Enabled 2 services.~/Development/Projects/firefox-ios ...
Read now
Unlock full access