Closed BrandonStalnaker closed 6 months ago
It should be fixed in 18.1.1, could you verify the full version in your pod lock file?
Not that this is the error you are encountering, but updateRegistration
has been removed as well so you are going to want to remove that call. It should be handled for you now.
Another thing, we have identified an issue with coredata if you upgrade from 16.x (or older) to 18.x directly. If you are not coming from 17.x or newer, you may want to hold off til we get a patch out today or tomorrow.
@rlepinski No I'm using 18.1.2 Here's my Podfile.lock
I think its cause its not marked public like analytics below it.
🤦 Ill get it resolved with the patch going out today
@BrandonStalnaker Release 18.2.0 is out with push exposed to obj-c
❗For how-to inquiries involving Airship functionality or use cases, please contact (support)[https://support.airship.com/].
Preliminary Info
What Airship dependencies are you using?
What are the versions of any relevant development tools you are using?
Xcode 15.3 Cocaopods
Report
What unexpected behavior are you seeing?
When trying to call
UAirship.push
push is not being found as a object on UAirship.What is the expected behavior?
Using the umbrella header in an objective C cocaopods workspace you should be able to access the push shared instance.
What are the steps to reproduce the unexpected behavior?
Using the umbrella header in an objective C cocaopods workspace call any
UAirship.push
method.Do you have logging for the issue?