Vitaly Timofeev
Results
2
comments of
Vitaly Timofeev
The same problem with OneSignal 5.1.1 SDK version. We have following code to init sdk: `OneSignal.setConsentRequired(true);` `OneSignal.setConsentGiven(true);` `OneSignal.initWithContext(this, ONE_SIGNAL_APP_ID);` and following code to request permission after init (btw we request...
Be sure you called `stopAnimating` for infiniteScrollingView. From readme: ``` objective-c [tableView addInfiniteScrollingWithActionHandler:^{ // append data to data source, insert new cells at the end of table view // call...