Hi everyone,
I am looking for some sample java code that I can use to send push notifications from my server. Google returns a lot of third party libraries when searched but for some reasons I am not able to find even a single example without using any libraries.
Can anyone please share a sample java code with no 3rd party frameworks that I can refer and build my own code?
Appreciate your help.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,
I have replaced all uses of UIWebView with WKWebView in my project so there is no reference of UIWebView in the code anymore but I still keep getting ITMS-90809 every time I upload my App to the App store.
I also used grep to identify any usage of UIWebView in the project but only getting a single reference in UserInterfaceState.xcuserstate. Can anyone help me getting rid of this please? I already tried to delete the workspace and taken fresh clone from remote repository but this keeps coming:
$ grep -r UIWebView .
Binary file ./project.xcworkspace/xcuserdata/manishrathore.xcuserdatad/UserInterfaceState.xcuserstate matches
Can you please help me sort out the issue? Appreciate your help.
Thanks & regards,
Manish