April 2018
Intermediate to advanced
390 pages
8h 46m
English
To understand how the entire process works, let's summarize what you have done, as shown in the following section:
Set up your Apple Developer account by doing the following things:
Set up your OneSignal App
Now, let's focus on the coding portion itself to understand how this works.
Inside NgModul, we added an Ionic Native wrapper for OneSignal in the providers array.
Then, in home.ts, In the constructor we initialized OneSignal by calling the oneSignalConfig() function. In the oneSignalConfig() function, we called the startInit function, which initiated the ...