Closed mindthstudio closed 9 years ago
Let me check, there should be a call in there for that. Otherwise I'll put one in tomorrow.
I assume you are meaning the iOS notification permission dialog?
Hi,
This dialog will appear when you call setupApplication
. I'll turn this into an enhancement request to break that functionality out into a separate call.
Hi marchbold, you can check my flash code in zip
https://www.dropbox.com/s/zuzghszml0lqwpe/AppPushNotification.zip?dl=0 thanks
What issue are you having?
it register success and parse not show mobile register
Most likely this will be the result of not correctly setting up the iOS certificates. Make sure you read the Parse tutorial:
https://parse.com/tutorials/ios-push-notifications
And then make sure you have all the additions required as shown in the getting started guide:
http://airnativeextensions.com/extension/com.distriqt.Parse#get-started
wow thanks
i will try again ^_^
Hi, i try use your example code to my app it not request notification dialog ? ... my code or example code wrong