I would like to present IOS Native Unity Plugin. With this plugin you can easily access Game-Center, In-App Purchases, iCloud and a lot more from within Unity, on your IOS device. The plugin comes with complete documentation and a sample scene to get you started immediately!
Playmaker - Artists and Designers: Realize your creative vision without coding! Unlock the power of Unity.
Simple IAP System - Takes the complexity out of in-app purchases (IAPs) and the billing process as a whole by providing a one-stop solution for managing IAPs.
As i can see, your popup dialogs can be used for any language but your example of the rating dialog shows me no possibility to insert my own text. Is it possible to display this dialog in any localized version?
By the way new update is coming, it was submited on asset store more than week ago, so it should be released soon.
It will contains improved (speed) events and Game Center Achivmets full support.
And I whant to ask you guys.
Do you whant to have an opportunity subscire on IOS events like: “OnMemoryWarningReceived” “ApplicationDidEnterBackground” “ApplicationDidBeacomeActive”
But if I implement this it may require additional setup steps. So what do you think?
Congratulations. One of very few products I see and buy immediately
Regarding your question, yes, I think being notified of when the app enters the background or becomes active again would be most welcome indeed! The memory warning… meh, not so much…
Shure. I plenned to do it month ago but shipping of android device is delayed, I simply do not have test platfrom now.
And I was working on other ideas with are finished and released already TOD List | Events Pro
So if everesing will go as I expect first version of Android Plugin will be ready in next two weeks.
Thank you for making this amazing plugin. I have gotten all of the features up and working, except for one. I am unable to properly submit scores to GameCenter Leaderboards. I cannot figure out what I am doing wrong.
In my opening scene, I run the IOS Native script.
I have the GameCenterManager script run when my airplane explodes (this is the point in the game where the score should be submitted) - and GameCenter opens the proper leaderboard, but it does not submit the score.
I tried it also with the GameCenterExample script - but, I can only get it to send the preset init hiScore of 100.
It would be greatly appreciated if you could point me in the right direction, I just cannot figure out what I am doing wrong.
make shure that leaderBoardId is correct and it the same with leader board id you trying to show.
And of cuorse check please that AppID and App bundle Id is correct and much with your registered itunes app.
If you steel need help please PM me or send E-mail at lacost.st@gmail.com
I can do a closer look on your code to figure out what goes wrong.
//--------------------------------------
// INITIALIZE
//--------------------------------------
void Start() {
IOSNative.instance.addEventListener (IOSNative.APPLICATION_DID_BECOME_ACTIVE, OnApplicationDidBecomeActive);
IOSNative.instance.addEventListener (IOSNative.APPLICATION_DID_RECEIVE_MEMORY_WARNING, OnApplicationDidReceiveMemoryWarning);
}
//--------------------------------------
// EVENTS
//--------------------------------------
private void OnApplicationDidBecomeActive() {
// Called when application become active again. Optionally refresh the user interface, check for some data than probably was chenged wile application was paused
Debug.Log ("Catched OnApplicationDidBecomeActive event");
}
private void OnApplicationDidReceiveMemoryWarning() {
//Called when application receives a memory warning from the system.
Debug.Log ("Catched OnApplicationDidReceiveMemoryWarning event");
}
I am open for the feature request’s.
Last feature requested was applicationDidBecomeActive event. And now it’s ready.
For now I do not have feature request for this plugging (just little things with documentation)
So I open for propositions. You can post them here, send PM or E-mail at lacost.st@gmail.com
Just bought this. Very easy to use, love it! My app runs in landscape view, is there any way to make the ‘rate this’ pop-up appear vertically in landscape?
I afraid thai I didn’t get your point. Can you explain more what behavior you trying to achieve?
The popup-us orientation depends on device orientation mode.