swift 2.3 onesignal ios 10 not working - ios10

i have a problem with onesignal, my app use swift 2.3 and it run ok on ios 9.3, but on ios 10.x it not working: i don't reseive any notification.
Anyone help this please.

Related

My iPhone is in Ineligible Devices

I'm Using Xcode 7 official release(Not the beta). And iOS 9.1 Beta in my iPhone. And my device is in ineligible devices when I try to run the App in my iPhone. I know that Xcode 7 supports only upto devices iOS 9. Is there any other solution to make this work.
Any help will be appreciated.
Thanks.
Xcode 7 supports iOS 9.0. You want Xcode 7.1 beta 2 (at the time of writing) for iOS 9.1 beta support.
From here:

Possible to choose between iOS base sdk?

i´ve updated Xcode to the latest version and therefore the base SDK is iOS6.
I just want to know, if it´s still possible to compile an app with the old iOS5 SDK?
Thanks for your help
No with xcode 4.5 you can only compile with the iOS 6 SDK, but you can still target the iOS 5 device by setting the deployment target to iOS 5 (or 4.3).
This will allow you to run the app on iOS 5, but make sure that you do not call any methods that are iOS 6 only.

developing ios 4.1 and deploying to ios 4.1 and above

I'm developed application with ios 4.1 sdk and I want to deploy to ios 4.1 OS and above OS iPhone and iPad.Is it possible?
Yes, it is possible, until the methods you have used are deprecated and removed in future OS.
Please have a look at the following link.
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/cross_development/Using/using.html#//apple_ref/doc/uid/20002000-SW6

About iAd in my application

thanks in advance.
I have created an application for iphone and am using iAd in that.If i am using ios with version 4.0 then the app crashing because of iAd. But is installing while executing in ios with version 4.1 and later. If any one know the reason please tell me.
This crash is due to iAd migration from iOS 4.0, 4.1 to iOS 4.2. The new sdk suggests using ADBannerContentSizeIdentifier320x50 with ADBannerContentSizeIdentifierPortrait. Its all ok if its working with 4.1 and above. Just mention to use ios 4.1 and above in your app.

iAd not displaying on XCode 4.0.1

I am trying to add iAds in my existing Iphone application. I have implemented everything by following: http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app
but the ads do not show up in my app. I am using XCode 4.0.1 and iOS 4.3.3.
I can't even run the example given on that link. When I run my existing code on XCode 3.x version everything works fine and ads show up correctly.
Can anyone tell me what's the problem with Xcode 4.0.1 version ?
Thanks.
I upgraded my XCode and it solved the issue. May be it was a bug with XCode