Posts by Guilherme Dourado • 30 points
3 posts
-
1
votes1
answer88
viewsA: Send a message by Onesignal from Android
I was also going that way, but that code would be more in the case of a Java server. For Android is much simpler, just do this and more nothing: try { OneSignal.postNotification(new…
-
0
votes1
answer387
viewsQ: remove parts of a string and return the removed parts - Swift
How do I remove parts of a string and return those parts removed to another string on Swift? Example: var myString = "10setembro2017" let newString = myString.removeAndReturn(index:1..2)…
-
0
votes2
answers114
viewsQ: Error Swift Objectmapper 3.2
I’m trying to update my app to iOS 11, but the framework Objectmapper is giving this error message. Module Compiled with Swift 3.1 cannot be Imported in Swift 3.2:…